Skip to content

Commit

Permalink
Reverted debugging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rboller committed Jun 1, 2017
1 parent b56908a commit d75d1c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: "PATH=python/bin:${PATH} bin/wv-options-build " + env
command:"bash -c \"PATH=" + pythonPath + ":\"${PATH}\" bin/wv-options-build \"" + env
},

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

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

python_packages: {
command: 'PATH=python/bin:${PATH} virtualenv python && PATH=python/bin:${PATH} pip install xmltodict isodate'
command: 'virtualenv python && bash -c \"PATH=' + pythonPath + ':${PATH} pip install xmltodict isodate\"'
},

rpmbuild: {
Expand Down

0 comments on commit d75d1c0

Please sign in to comment.