[REF] extras: move benchmarks and playground into extras

closes #76
closes #73
This commit is contained in:
Géry Debongnie
2019-05-03 10:33:22 +02:00
parent 4e982f5460
commit e060130655
49 changed files with 38504 additions and 27 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"dev": "npm-run-all --parallel \"build:* -- --watch\"",
"test": "jest",
"test:watch": "jest --watch",
"benchmarks": "python benchmarks/benchmarks.py"
"preextras": "npm run build && cp dist/owl.js extras/",
"extras": "python extras/server.py"
},
"repository": {
"type": "git",