Skip to content

Commit

Permalink
Fixed the handlebars watch task
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Apr 13, 2013
1 parent 2e6f108 commit 1d3fda4
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 @@ -69,7 +69,7 @@ module.exports = function (grunt) {
files: [
"app/bundles/**/templates/*.bars"
],
tasks: ['handlebars livereload']
tasks: ['handlebars', 'livereload']
},
coffeeTest: {
files: ['test/spec/{,*/}*.coffee'],
Expand Down

0 comments on commit 1d3fda4

Please sign in to comment.