grunt-monic

2.0.21 • Public • Published

grunt-monic

Using Monic with Grunt.

NPM version Build Status NPM dependencies NPM devDependencies NPM peerDependencies

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.21
    1
    • latest

Version History

Package Sidebar

Install

npm i grunt-monic

Weekly Downloads

2

Version

2.0.21

License

MIT

Unpacked Size

6.52 kB

Total Files

10

Last publish

Collaborators

  • kobezzza
  • exactlynosense
  • bonkalol
  • dmitrybrovka
  • gretzkiy