ngconcat

NGCONCAT is lightweight tool for build your Angular.js app on the fly.

Usage no npm install needed!

<script type="module">
  import ngconcat from 'https://cdn.skypack.dev/ngconcat';
</script>

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