mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Watch js files in common folder
This commit is contained in:
parent
163b0545e8
commit
20148be288
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue