Compile binary with install
This commit is contained in:
@@ -78,7 +78,7 @@ module.exports = (grunt) ->
|
|||||||
], stdio: "inherit"
|
], stdio: "inherit"
|
||||||
proc.on "close", callback
|
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 'run', ['compile:app', 'bunyan', 'execute']
|
||||||
|
|
||||||
grunt.registerTask 'compile:unit_tests', ['clean:unit_tests', 'coffee:unit_tests']
|
grunt.registerTask 'compile:unit_tests', ['clean:unit_tests', 'coffee:unit_tests']
|
||||||
|
|||||||
0
bin/.gitignore
vendored
Normal file
0
bin/.gitignore
vendored
Normal file
Reference in New Issue
Block a user