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

Advanced library handling #3

Open
PavelGavlik opened this issue Apr 15, 2014 · 3 comments
Open

Advanced library handling #3

PavelGavlik opened this issue Apr 15, 2014 · 3 comments
Labels
Milestone

Comments

@PavelGavlik
Copy link
Collaborator

Components (modules) are currently loaded manually. You have to specify require (or import) yourself. Also performance should be taken care of (e.g. AngularJS slows Browserify build).

@PavelGavlik
Copy link
Collaborator Author

Resources:
wiredep for determining needed files
concat does the rest
https://github.com/ck86/gulp-bower-files

bundling CSS from npm modules
https://www.npmjs.org/package/parcelify

angular.min source map stuff
https://github.com/thlorenz/convert-source-map
https://github.com/jnordberg/coffeeify
https://github.com/thlorenz/mold-source-map

@PavelGavlik
Copy link
Collaborator Author

https://medium.com/@mattdesl/f1c587cb56b9
Guide for faster Browserify lib builds

@PavelGavlik
Copy link
Collaborator Author

Fast builds with included libraries will be probably solved with https://github.com/webpack/webpack

@PavelGavlik PavelGavlik modified the milestone: 2.0 Oct 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant