grunt-monic
v2.0.21
Published
Using Monic with Grunt.
Readme
grunt-monic
Using Monic with Grunt.
Install
npm install monic grunt-monic --save-devUsage
Gruntfile.js
module.exports = function (grunt) {
grunt.initConfig({
monic: {
compile: {
options: {
flags: {
ie: true
}
},
files: {
'lib.js': ['source/core.js']
}
}
}
});
grunt.loadNpmTasks('grunt-monic');
grunt.registerTask('default', ['monic']);
};Options
License
The MIT License.
