-
Search thanks to the assets served at http://127.0.0.1:8080/
-
Do not forget to hard refresh: cmd + maj + R
-
+
+
Assets are served from http://127.0.0.1:8080/
+
+
-
-
-
-
+
-
+
diff --git a/scripts/serve b/scripts/serve
index 15dc6477..fe939e63 100755
--- a/scripts/serve
+++ b/scripts/serve
@@ -3,9 +3,9 @@
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' \
+ 'live-server --no-browser ./dist/cdn' \
+ "${BROWSER} scripts/playground.html"