grunt-ngconcat

The grunt plugin of easy to use concatination for Angular based projects

Usage no npm install needed!

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

README

NGCONCAT

NGCONCAT is lightweight tool to concat your Angular.js application in one file.

Other plugins

Gulp

Development

NgConcat

Install

npm install grunt-ngconcat

API

module.exports = function (grunt) {

    grunt.initConfig({

        concat: {
            default_options: {
                files: {
                    'build/app.js': 'test/src/complex/**/*.js'
                }
            }
        }

    });

    grunt.loadNpmTasks('grunt-ngconcat');
};

AND

grunt concat

License

MIT