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.
Examples:
* `python3 -m http.server dist`
* `python3 -m http.server --directory dist` (requires Python 3.7+)
<!-- To get a live-reloading development server -->
......
......@@ -10,7 +10,9 @@
"docs": "pulp docs -- --format html",
"repl": "pulp --psc-package repl",
"clean": "rm -Rf output",
"test": "pulp test"
"test": "pulp test",
"prestart": "cp src/index.html dist",
"start": "python3 -m http.server --directory dist"
},
"dependencies": {
"@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