grunt-ngconcat
v0.0.2
Published
The grunt plugin of easy to use concatination for Angular based projects
Readme
NGCONCAT
NGCONCAT is lightweight tool to concat your Angular.js application in one file.
Other plugins
Gulp
Development
NgConcat
Install
npm install grunt-ngconcatAPI
module.exports = function (grunt) {
grunt.initConfig({
concat: {
default_options: {
files: {
'build/app.js': 'test/src/complex/**/*.js'
}
}
}
});
grunt.loadNpmTasks('grunt-ngconcat');
};
AND
grunt concatLicense
MIT
