mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Compile shared when changes are made to coffee files
This commit is contained in:
parent
54f8f6d387
commit
a270b6d931
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ module.exports = function(grunt) {
|
|||
|
||||
watch: {
|
||||
dev: {
|
||||
files: ['website/public/**/*.styl'], // 'public/**/*.js' Not needed because not in production
|
||||
files: ['website/public/**/*.styl', 'common/script/**/*.coffee'], // 'public/**/*.js' Not needed because not in production
|
||||
tasks: [ 'build:dev' ],
|
||||
options: {
|
||||
nospawn: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue