1.1.0 • Published 2 years ago

grunt-shimly v1.1.0

Weekly downloads
80
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years 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

2 years ago

1.0.2

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago