Skip to content

Commit

Permalink
fix script to use local webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbansal committed Jun 28, 2015
1 parent f2e2904 commit 0e009b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/startSiteDevServer.sh
Expand Up @@ -4,6 +4,6 @@ PATH=$(npm bin):$PATH

rm -rf ./__site__
rm -rf ./__site_prerender__
webpack --config "$PWD/site/webpack-prerender.config.js"
./node_modules/.bin/webpack --config "$PWD/site/webpack-prerender.config.js"
./scripts/buildSiteIndexPages.sh
webpack-dev-server --config "$PWD/site/webpack-client.config.js" --hot --content-base __site__
./node_modules/.bin/webpack-dev-server --config "$PWD/site/webpack-client.config.js" --hot --content-base __site__

0 comments on commit 0e009b8

Please sign in to comment.