mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Compile shared when changes are made to coffee files
This commit is contained in:
@@ -155,7 +155,7 @@ module.exports = function(grunt) {
|
|||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
dev: {
|
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' ],
|
tasks: [ 'build:dev' ],
|
||||||
options: {
|
options: {
|
||||||
nospawn: true
|
nospawn: true
|
||||||
|
|||||||
Reference in New Issue
Block a user