grunt-ngconcat
v0.0.2
Published
The grunt plugin of easy to use concatination for Angular based projects
Downloads
1
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