Skip to content

Commit

Permalink
Fixed uglify taks to actually create the distribution version of the …
Browse files Browse the repository at this point in the history
…JS sources.
  • Loading branch information
rmariuzzo committed Jun 5, 2014
1 parent 8e4f610 commit ac9ce5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ module.exports = function(grunt) {

uglify: {
all: {
build: {
src: 'src/jquery.checkboxes.js',
dest: 'dist/jquery.checkboxes-<%= pkg.version %>.min.js'
files: {
'dist/jquery.checkboxes-<%= pkg.version %>.min.js': ['src/jquery.checkboxes.js']
},
options: {
banner: '/*! checkboxes.js v<%= pkg.version %> | ' +
Expand Down

0 comments on commit ac9ce5a

Please sign in to comment.