0.0.2 • Published 10 years ago

grunt-ngconcat v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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