ngconcat

0.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ngconcat

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • galkinrost