mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
rename demo example into benchmarks
This commit is contained in:
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user