Skip to content

0.1.0

Choose a tag to compare

@searls searls released this 27 Feb 20:24
· 15 commits to master since this release
  • 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