rename demo example into benchmarks

This commit is contained in:
Géry Debongnie
2019-03-19 13:55:27 +01:00
parent 91e7e00f97
commit 6a2e4dbf2f
8 changed files with 6 additions and 6 deletions
@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Demo App</title> <title>Odoo WebCore Benchmarks App</title>
<link rel="icon" href="data:,"> <link rel="icon" href="data:,">
<!-- Application JS/CSS --> <!-- Application JS/CSS -->
+5 -5
View File
@@ -17,11 +17,11 @@
"example:web:serve": "live-server --entry-file=index.html dist/examples/web/", "example:web:serve": "live-server --entry-file=index.html dist/examples/web/",
"preexample:web:dev": "npm run example:web:build", "preexample:web:dev": "npm run example:web:build",
"example:web:dev": "npm-run-all --parallel \"example:web:build:* -- --watch\" example:web:serve", "example:web:dev": "npm-run-all --parallel \"example:web:build:* -- --watch\" example:web:serve",
"example:demo:build:core": "npm run build && cpx \"dist/core.js\" dist/examples/demo", "example:benchmarks:build:core": "npm run build && cpx \"dist/core.js\" dist/examples/benchmarks",
"example:demo:build:js": "cpx \"examples/demo/{*.html,*.js,*.css}\" dist/examples/demo", "example:benchmarks:build:js": "cpx \"examples/benchmarks/{*.html,*.js,*.css}\" dist/examples/benchmarks",
"example:demo:build": "npm-run-all --parallel example:demo:build:*", "example:benchmarks:build": "npm-run-all --parallel example:benchmarks:build:*",
"example:demo:serve": "live-server --entry-file=index.html dist/examples/demo/", "example:benchmarks:serve": "live-server --entry-file=index.html dist/examples/benchmarks/",
"example:demo:dev": "npm-run-all --parallel \"example:demo:build:* -- --watch\" example:demo:serve" "example:benchmarks:dev": "npm-run-all --parallel \"example:benchmarks:build:* -- --watch\" example:benchmarks:serve"
}, },
"repository": { "repository": {
"type": "git", "type": "git",