Skip to content

Commit

Permalink
Allowing additional parameters to be passed to dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Jul 17, 2015
1 parent 94aa5ef commit fe8e9ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/server
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

$RACKT_PATH/node_modules/.bin/webpack-dev-server --inline --config $RACKT_PATH/webpack.config.js --content-base examples/
server=$RACKT_PATH/node_modules/.bin/webpack-dev-server

$server --inline --config $RACKT_PATH/webpack.config.js --content-base examples/ "$@"

0 comments on commit fe8e9ad

Please sign in to comment.