Skip to content

Commit

Permalink
Watch js files in common folder
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Jul 18, 2015
1 parent 163b054 commit 20148be
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 @@ -169,7 +169,7 @@ module.exports = function(grunt) {

watch: {
dev: {
files: ['website/public/**/*.styl', 'common/script/**/*.coffee'], // 'public/**/*.js' Not needed because not in production
files: ['website/public/**/*.styl', 'common/script/**/*.coffee', 'common/script/**/*.js'], // 'public/**/*.js' Not needed because not in production
tasks: [ 'build:dev' ],
options: {
nospawn: true
Expand Down

0 comments on commit 20148be

Please sign in to comment.