Version 2
- [ ] Move to standard npm/browserify build system
- [ ] Use babel/es6 modules and classes
- [ ] Change test system to mocha/chai (probably)
- [ ] Update tests to include any new features from (Ruby) liquid
ETA for all this? Eventually.
@mattmccray how far have you gotten with item 1? I'm assuming this is to replace the yuicompressor.jar thingy?
Not far, these are more just notes to myself (or anyone who wants to jump in) for future development.
Yeah, I want all Java and Ruby to removed from this codebase. I'd like for the only dev requirement to be node.js
Alright, well I might have a look at this as I'm held up. If I get anything worth while then I'll let you know.
Cool. Eventually, I plan to move this over to babel + browserify like I do with my other js projects. The build uses npm scripts. Example: https://github.com/elucidata/storefront/blob/master/package.json
Sounds good.