grunt-monic
v2.0.21
Published
Using Monic with Grunt.
Downloads
17
Readme
grunt-monic
Using Monic with Grunt.
Install
npm install monic grunt-monic --save-dev
Usage
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.