lyt-grinder
v0.0.1
Published
A simple concatenation and dependency management tool for CoffeeScript
Downloads
1
Readme
Grinder
A tool for concatenation and dependency management of CoffeeScripts. Refactored from the LYT source code
Installation
$ npm install lyt-grinder
API
exports.grind = function(loadpaths, files)
Takes two strings (or arrays of strings) - loadpath(s) and the file(s) to be resolved. The function returns the concatenation order of all the resolved files