From 05d982767baa311284f127d8c2aaf812fcd862ef Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Tue, 4 Mar 2014 14:48:00 +0100 Subject: [PATCH] Fix tinymce build --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 372de2795b..f79d06706f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -41,7 +41,7 @@ module.exports = function(grunt) { components: { "jquery.ui": ["npm", {"../../node_modules/.bin/grunt": "build"}], "jquery-mobile": ["npm", {"../../node_modules/.bin/grunt": "dist"}], - "tinymce": ["npm", "../../node_modules/.bin/jake"], + "tinymce": ["npm", {"../../node_modules/.bin/jake":""}], "bootstrap": ["npm", {"make": "bootstrap"}], "autobahnjs": [{"make":"build"}] }