From 173e0a80c6abf281df1762523b0482944401f9f1 Mon Sep 17 00:00:00 2001 From: James Allen Date: Wed, 9 Apr 2014 12:37:04 +0100 Subject: [PATCH] Compile binary with install --- services/clsi/Gruntfile.coffee | 2 +- services/clsi/bin/.gitignore | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 services/clsi/bin/.gitignore diff --git a/services/clsi/Gruntfile.coffee b/services/clsi/Gruntfile.coffee index c9be97fd3d..3068c676ec 100644 --- a/services/clsi/Gruntfile.coffee +++ b/services/clsi/Gruntfile.coffee @@ -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'] diff --git a/services/clsi/bin/.gitignore b/services/clsi/bin/.gitignore new file mode 100644 index 0000000000..e69de29bb2