[IMP] extras: update server to python3, disable cache

This commit is contained in:
Vincent Schippefilt
2019-06-03 14:27:45 +02:00
committed by Géry Debongnie
parent d22219f084
commit 5842ed51b0
3 changed files with 39 additions and 28 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"minify": "uglifyjs dist/owl.js -o dist/owl.min.js --compress --mangle",
"test": "jest",
"test:watch": "jest --watch",
"extras:serve": "python extras/server.py",
"extras:serve": "python3 extras/server.py || python extras/server.py",
"extras": "npm run build && npm run extras:serve",
"extras:watch": "npm-run-all --parallel extras:serve \"build:* -- --watch\""
},