ngconcat
v0.0.4
Published
NGCONCAT is lightweight tool for build your Angular.js app on the fly.
Downloads
12
Readme
NGCONCAT
NGCONCAT is lightweight tool to concat your Angular.js application in one file.
Plugins
Grunt Gulp
Install
npm install ngconcat
API
var concat=require('concat');
concat('/**/*.js',function(err,contents){
require('fs').writeFile('app.build.js',contents);
});
License
MIT