Future Improvements - lewie9021/node-compiler GitHub Wiki

  • A GUI to make creating the configuration object much more user friendly.
  • Integrate Handlebars and React.
  • Improve the wiki to include a number of different examples.
  • Make a start on unit testing with Mocha, Chai, and Sinon.
  • Improve (standardise) error reporting.
  • Rewrite in CoffeeScript.
  • Remove the concept of compile modes. It should be a per-file basis.
  • Support source mapping for JS, CoffeeScript, and SASS when concatenation is enabled.
  • Update dependencies.