1
0
Fork 0
docsearch/scripts/serve
2018-11-01 15:21:03 +01:00

11 lines
280 B
Bash
Executable file

#!/usr/bin/env bash
yarn run build:css
echo "Find all files at http://127.0.0.1:8080/";
open scripts/playground.html
parallelshell \
'webpack --config webpack.serve.config.babel.js -w' \
'onchange "./src/styles/*.scss" -- yarn run build:css' \
'live-server ./dist/cdn' \