mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-17 12:01:13 +02:00
Add a flag to avoid bundling of css in the template html
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "A blazing fast & offline web playground",
|
"description": "A blazing fast & offline web playground",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"",
|
"start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"",
|
||||||
"build": "preact build --template src/index.html --prerender false",
|
"build": "preact build --template src/index.html --prerender false --no-inline-css",
|
||||||
"dev": "preact watch --template src/index.html",
|
"dev": "preact watch --template src/index.html",
|
||||||
"serve-website": "cd packages/website; npm start",
|
"serve-website": "cd packages/website; npm start",
|
||||||
"build-website": "cd packages/website; npm run build",
|
"build-website": "cd packages/website; npm run build",
|
||||||
|
Reference in New Issue
Block a user