Skip to content
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

Use local modules in dev #29

Closed
levithomason opened this issue Oct 6, 2015 · 2 comments
Closed

Use local modules in dev #29

levithomason opened this issue Oct 6, 2015 · 2 comments

Comments

@levithomason
Copy link
Member

User bower components during dev for faster reloads. import $ from 'jquery' should be a webpack'd to the bower component.

Use cdn's in production.

@levithomason
Copy link
Member Author

Nope. We should just use npm modules and properly bundle them. We just need to use the ProvidePlugin to expose the npm jquery to Semantic UI's javascript. Reference this import statement and this webpack config.

@levithomason levithomason changed the title Bower components Use local modules in dev Mar 16, 2016
@levithomason
Copy link
Member Author

Done.

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

No branches or pull requests

1 participant