Repository: couchdb-fauxton Updated Branches: refs/heads/master b3e5b44e2 -> c091c8e92
Call JSX build in a way that works on *nix and Windows Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/c4dcda25 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/c4dcda25 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/c4dcda25 Branch: refs/heads/master Commit: c4dcda2554057e8ed180791e2b0be20f47f8ed7a Parents: b3e5b44 Author: sebastianrothbucher <sebastianrothbuc...@googlemail.com> Authored: Sun Mar 15 23:00:57 2015 +0100 Committer: sebastianrothbucher <sebastianrothbuc...@googlemail.com> Committed: Sun Mar 15 23:00:57 2015 +0100 ---------------------------------------------------------------------- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/c4dcda25/Gruntfile.js ---------------------------------------------------------------------- diff --git a/Gruntfile.js b/Gruntfile.js index bcf9285..df39fd5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -407,7 +407,7 @@ module.exports = function(grunt) { shell: { 'build-jsx': { command: [ - './node_modules/react-tools/bin/jsx -x jsx app/addons/ app/addons/', + 'node ./node_modules/react-tools/bin/jsx -x jsx app/addons/ app/addons/', 'rm -rf <%= src_path %>/js/app/views/.module-cache/' ].join(' && '), stdout: true,