Skip to content

access bootstrap files from web #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 6, 2015
Merged

access bootstrap files from web #44

merged 2 commits into from
Jan 6, 2015

Conversation

keertip
Copy link
Collaborator

@keertip keertip commented Jan 6, 2015

@sethladd

Access the bootstrap files from the web, instead of copying it from the package. This gets us around to running dartdoc using pub run.

final String theme =
'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css';

final String jsScript =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keerti, fyi, I don't think any of the bits of bootstrap that dartdoc is using requires the JS file, just the main css file and the theme one.

@keertip
Copy link
Collaborator Author

keertip commented Jan 6, 2015

Thanks Devon, removed the JS script tag.

keertip added a commit that referenced this pull request Jan 6, 2015
access bootstrap files from web
@keertip keertip merged commit aaf4b4a into dart-lang:master Jan 6, 2015
@keertip keertip deleted the bootstrap branch January 6, 2015 02:35
@sethladd
Copy link
Contributor

sethladd commented Jan 6, 2015

Works for now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants