Commit 7e0f6430 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/extras' into dev

Thanks!
parents fdd03367 fe931a06
...@@ -161,7 +161,7 @@ You can then serve the `dist` directory with your favourite webserver. ...@@ -161,7 +161,7 @@ You can then serve the `dist` directory with your favourite webserver.
Examples: Examples:
* `python3 -m http.server dist` * `python3 -m http.server --directory dist` (requires Python 3.7+)
<!-- To get a live-reloading development server --> <!-- To get a live-reloading development server -->
......
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
"docs": "pulp docs -- --format html", "docs": "pulp docs -- --format html",
"repl": "pulp --psc-package repl", "repl": "pulp --psc-package repl",
"clean": "rm -Rf output", "clean": "rm -Rf output",
"test": "pulp test" "test": "pulp test",
"prestart": "cp src/index.html dist",
"start": "python3 -m http.server --directory dist"
}, },
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.0.0", "@babel/polyfill": "^7.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment