grunt-shimly

1.1.0 • Public • Published

grunt-shimly

Built with Grunt dependency Status Downloads

Create a JavaScript shim set using grunt.

List of shims

See shimly

Usage

grunt.loadNpmTasks('grunt-shimly');

Grunt file config entry:

// ...
    shimly: {
      // things you would like to shim (an array of items from the list above)
      shim: ['Array.filter', 'Function.bind', 'localStorage'],
      // output location (relative to your grunt.js file location)
      dest: 'build/shims.js',
      // minify the output (true or false)
      minify: false
    },
// ...

Package Sidebar

Install

npm i grunt-shimly

Weekly Downloads

44

Version

1.1.0

License

SEE LICENSE IN LICENSE

Unpacked Size

8.03 kB

Total Files

7

Last publish

Collaborators

  • nicbell