Compile binary with install

This commit is contained in:
James Allen 2014-04-09 12:37:04 +01:00
parent 892e6bf6d1
commit 173e0a80c6
2 changed files with 1 additions and 1 deletions

View file

@ -78,7 +78,7 @@ module.exports = (grunt) ->
], stdio: "inherit"
proc.on "close", callback
grunt.registerTask 'compile:app', ['clean:app', 'coffee:app', 'coffee:app_src', 'coffee:smoke_tests']
grunt.registerTask 'compile:app', ['clean:app', 'coffee:app', 'coffee:app_src', 'coffee:smoke_tests', 'compile:bin']
grunt.registerTask 'run', ['compile:app', 'bunyan', 'execute']
grunt.registerTask 'compile:unit_tests', ['clean:unit_tests', 'coffee:unit_tests']

0
services/clsi/bin/.gitignore vendored Normal file
View file