Skip to content

Commit

Permalink
Fixing typo for uglify task call
Browse files Browse the repository at this point in the history
Location: grunt.initConfig(watch.cj.tasks['uglify'])
  • Loading branch information
fslone committed May 15, 2013
1 parent 0c8ee4d commit 187198d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function(grunt) {
watch: {
cj: {
files: ['<%= jshint.files %>'],
tasks: ['jshint', 'concat', 'uglfiy']
tasks: ['jshint', 'concat', 'uglify']
}
},
uglify: {
Expand Down

0 comments on commit 187198d

Please sign in to comment.