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

VersionDownloads (Last 7 Days)Tag
2.0.211latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.211
2.0.204
2.0.190
2.0.180
2.0.170
2.0.160
2.0.150
2.0.140
2.0.130
2.0.120
2.0.110
2.0.100
2.0.90
2.0.80
2.0.71
2.0.60
2.0.50
2.0.40
2.0.30
2.0.20
2.0.10
2.0.00
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i grunt-monic

Weekly Downloads

6

Version

2.0.21

License

MIT

Unpacked Size

6.52 kB

Total Files

10

Last publish

Collaborators

  • kobezzza
  • exactlynosense
  • bonkalol
  • dmitrybrovka
  • gretzkiy