Skip to content

Commit

Permalink
Reverted the exec config and fetch commands to not open in a new bash…
Browse files Browse the repository at this point in the history
… shell for debugging
  • Loading branch information
rboller committed Jun 1, 2017
1 parent f1ad654 commit d0753fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ module.exports = function(grunt) {

exec: {
config: {
command:"bash -c \"PATH=" + pythonPath + ":\"${PATH}\" bin/wv-options-build \"" + env
command: "PATH=python/bin:${PATH} bin/wv-options-build " + env
},

// After removing JavaScript and CSS files that are no longer
Expand All @@ -354,7 +354,7 @@ module.exports = function(grunt) {
},

fetch: {
command: "bash -c \"PATH=" + pythonPath + ":\"${PATH}\" FETCH_GC=1 bin/wv-options-build \"" + env
command: "PATH=python/bin:${PATH} FETCH_GC=1 bin/wv-options-build " + env
},
node_packages: {
command: 'npm update'
Expand Down

0 comments on commit d0753fc

Please sign in to comment.