Releases: linemanjs/lineman-browserify
Releases · linemanjs/lineman-browserify
0.1.2
version 0.1.1
- Fixes "load paths" by adding app/js (and for specs, spec/) as aliases
0.1.0
- Rewrites the browserify config such that a single bundle gets created for the client side app and another bundle gets created for the specs. Everything is now automatically configured for the user. #8
- Install generates an entrypoint for the app in
app/js/entrypoint.coffee
. This can also be a JavaScript file, but for anything else to be loaded either in the app or in vendor/ it has to berequire
'd.
Issues:
- Sourcemaps aren't supported yet until we figure out #7