mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-16 19:46:19 +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",
|
||||
"scripts": {
|
||||
"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",
|
||||
"serve-website": "cd packages/website; npm start",
|
||||
"build-website": "cd packages/website; npm run build",
|
||||
|
Reference in New Issue
Block a user