Skip to content

Commit

Permalink
Shot in the dark at @nsoranzo's build woes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Dec 12, 2016
1 parent a0ae63d commit 49cdd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -14,7 +14,7 @@ PROJECT_URL?=https://github.com/galaxyproject/galaxy
GRUNT_DOCKER_NAME:=galaxy/client-builder:16.01
GRUNT_EXEC?=node_modules/grunt-cli/bin/grunt
WEBPACK_EXEC?=node_modules/webpack/bin/webpack.js
NODE_PATH?=node_modules
NODE_PATH?=client/node_modules
DOCS_DIR=doc
DOC_SOURCE_DIR=$(DOCS_DIR)/source
SLIDESHOW_DIR=$(DOC_SOURCE_DIR)/slideshow
Expand Down Expand Up @@ -95,7 +95,7 @@ client-install-libs: npm-deps ## Fetch updated client dependencies using bower.
client: grunt style ## Rebuild all client-side artifacts

charts: npm-deps ## Rebuild charts
NODE_PATH=client/$(NODE_PATH) client/$(WEBPACK_EXEC) -p --config config/plugins/visualizations/charts/webpack.config.js
NODE_PATH=$(CURDIR)/$(NODE_PATH) client/$(WEBPACK_EXEC) -p --config config/plugins/visualizations/charts/webpack.config.js

grunt-docker-image: ## Build docker image for running grunt
docker build -t ${GRUNT_DOCKER_NAME} client
Expand Down

0 comments on commit 49cdd70

Please sign in to comment.