jeremyruppel / walrus

A bolder kind of mustache
http://documentup.com/jeremyruppel/walrus/
MIT License
215 stars 10 forks source link

Institute a good build process for the client side #2

Closed jeremyruppel closed 12 years ago

jeremyruppel commented 12 years ago

https://github.com/substack/node-browserify looked super promising but chokes on the jison-generated parser, particularly require( 'file' ). It also seemed to add a lot of boilerplate code which probably isn't necessary for what we're trying to do.

https://github.com/wycats/handlebars.js/blob/master/Rakefile has a naive (but apparently effective) approach of just concat'ing the dependent files when building for the browser.

https://github.com/fairfieldt/coffeescript-concat might be a way to achieve a similar process, but we need to keep in mind it might not be ideal for the server side.

Anyhow, there has to be a good build process that will keep everybody happy. Resolve this issue once everybody is in fact happy.