We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4f610 commit ac9ce5aCopy full SHA for ac9ce5a
Gruntfile.js
@@ -22,9 +22,8 @@ module.exports = function(grunt) {
22
23
uglify: {
24
all: {
25
- build: {
26
- src: 'src/jquery.checkboxes.js',
27
- dest: 'dist/jquery.checkboxes-<%= pkg.version %>.min.js'
+ files: {
+ 'dist/jquery.checkboxes-<%= pkg.version %>.min.js': ['src/jquery.checkboxes.js']
28
},
29
options: {
30
banner: '/*! checkboxes.js v<%= pkg.version %> | ' +
0 commit comments