From 1df35410bcc02b9c22341710b193e86ef7ee6b4f 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 --- Gruntfile.coffee | 2 +- bin/.gitignore | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bin/.gitignore diff --git a/Gruntfile.coffee b/Gruntfile.coffee index c9be97f..3068c67 100644 --- a/Gruntfile.coffee +++ b/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/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..e69de29