1.1.0 • Published 4 months ago

grunt-shimly v1.1.0

Weekly downloads
80
License
SEE LICENSE IN LI...
Repository
github
Last release
4 months ago

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
    },
// ...
1.1.0

4 months ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago