grunt-ngconcat

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i grunt-ngconcat

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • galkinrost