|
@@ -14,7 +14,7 @@ module.exports = (grunt) ->
|
|
|
app_server:
|
|
app_server:
|
|
|
expand: true,
|
|
expand: true,
|
|
|
flatten: false,
|
|
flatten: false,
|
|
|
- src: ['app.coffee'],
|
|
|
|
|
|
|
+ src: ['app.coffee', 'cluster.coffee'],
|
|
|
dest: './',
|
|
dest: './',
|
|
|
ext: '.js'
|
|
ext: '.js'
|
|
|
|
|
|
|
@@ -36,7 +36,7 @@ module.exports = (grunt) ->
|
|
|
|
|
|
|
|
watch:
|
|
watch:
|
|
|
server_coffee:
|
|
server_coffee:
|
|
|
- files: ['app/*.coffee','app/**/*.coffee', 'test/unit/coffee/**/*.coffee', 'test/unit/coffee/*.coffee', "app.coffee"]
|
|
|
|
|
|
|
+ files: ['app/*.coffee','app/**/*.coffee', 'test/unit/coffee/**/*.coffee', 'test/unit/coffee/*.coffee', "app.coffee", "cluster.coffee"]
|
|
|
tasks: ["clean", 'coffee', 'mochaTest']
|
|
tasks: ["clean", 'coffee', 'mochaTest']
|
|
|
|
|
|
|
|
clean: ["app/js", "test/unit/js", "app.js"]
|
|
clean: ["app/js", "test/unit/js", "app.js"]
|