Skip to content

Commit ac9ce5a

Browse files
committed
Fixed uglify taks to actually create the distribution version of the JS sources.
1 parent 8e4f610 commit ac9ce5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Gruntfile.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ module.exports = function(grunt) {
2222

2323
uglify: {
2424
all: {
25-
build: {
26-
src: 'src/jquery.checkboxes.js',
27-
dest: 'dist/jquery.checkboxes-<%= pkg.version %>.min.js'
25+
files: {
26+
'dist/jquery.checkboxes-<%= pkg.version %>.min.js': ['src/jquery.checkboxes.js']
2827
},
2928
options: {
3029
banner: '/*! checkboxes.js v<%= pkg.version %> | ' +

0 commit comments

Comments
 (0)