From cbdc24d869478187d1b9c4a0db891811e4a44d7c Mon Sep 17 00:00:00 2001 From: n1474335 Date: Thu, 18 May 2017 23:46:03 +0100 Subject: [PATCH] Travis CI now adds a compile message --- .travis.yml | 2 +- Gruntfile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 28f9171f..9ee9329f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ script: - grunt test - grunt docs - grunt node - - grunt prod + - grunt prod --msg="$COMPILE_MSG" before_deploy: - grunt copy:ghPages deploy: diff --git a/Gruntfile.js b/Gruntfile.js index 6ee56cd2..c3b0e49f 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -75,7 +75,7 @@ module.exports = function (grunt) { "* See the License for the specific language governing permissions and\n" + "* limitations under the License.\n" + "*/\n", - pkg = grunt.file.readJSON("package.json"); + pkg = grunt.file.readJSON("package.json"); /** * Compiles a production build of CyberChef into a single, portable web page.