Skip to content

Releases: linemanjs/lineman-browserify

0.1.2

27 May 15:07
Compare
Choose a tag to compare

version 0.1.1

27 Feb 22:00
Compare
Choose a tag to compare
  • Fixes "load paths" by adding app/js (and for specs, spec/) as aliases

0.1.0

27 Feb 20:24
Compare
Choose a tag to compare
  • 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 be require'd.

Issues:

  • Sourcemaps aren't supported yet until we figure out #7

0.0.3

21 Feb 21:31
Compare
Choose a tag to compare
  • Fixes coffeeify