Skip to content

Commit

Permalink
Added css to watch task. TalAter#41
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed Sep 27, 2013
1 parent 3b6abfc commit 54090c1
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 @@ -40,7 +40,7 @@ module.exports = function(grunt) {
}
},
watch: {
files: ['annyang.js', 'sites/facebook.js', 'sites/geektime.js', '!**/node_modules/**'],
files: ['annyang.js', 'sites/facebook.js', 'sites/geektime.js', 'demo/css/main.css', '!**/node_modules/**'],
tasks: ['default'],
},
uglify: {
Expand Down

0 comments on commit 54090c1

Please sign in to comment.