Improve examples build setup

This commit is contained in:
Pavel Prichodko 2022-02-25 18:30:42 +01:00
parent e60c8a0b94
commit ebf8d6aadc
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
4 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,10 @@
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://unpkg.com/tailwindcss@3.0.0/src/css/preflight.css"
/>
<link rel="stylesheet" href="styles.css" />
<title>Channel | Status</title>
</head>

View File

@ -2,8 +2,10 @@
"name": "channel",
"version": "0.0.0",
"source": "index.html",
"browserslist": "> 0.5%, last 2 versions, not dead, not ios_saf < 13",
"scripts": {
"dev": "parcel",
"prebuild": "rm -rf dist",
"build": "parcel build"
},
"dependencies": {

View File

@ -8,6 +8,10 @@
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://unpkg.com/tailwindcss@3.0.0/src/css/preflight.css"
/>
<link rel="stylesheet" href="styles.css" />
<title>Community | Status</title>
</head>

View File

@ -2,8 +2,10 @@
"name": "community",
"version": "0.0.0",
"source": "./index.html",
"browserslist": "> 0.5%, last 2 versions, not dead, not ios_saf < 13",
"scripts": {
"dev": "parcel",
"prebuild": "rm -rf dist",
"build": "parcel build"
},
"dependencies": {