Skip to content

Commit dbfd00b

Browse files
committed
13 Purge Css
1 parent 107ba74 commit dbfd00b

File tree

3 files changed

+104828
-67
lines changed

3 files changed

+104828
-67
lines changed

package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
2-
"name": "tw-css",
3-
"version": "1.0.0",
4-
"description": "Source files for tailwindcss Tutorial Series on [CodeWithChu](https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw 'Subscribe to CodeWithChu Youtube Channel') YouTube Channel.",
5-
"main": "index.js",
6-
"scripts": {
7-
"build-tw": "tailwindcss build ./src/css/tailwind.css -o ./public/css/tailwind.css",
8-
"prod-tw": "postcss build ./src/css/tailwind.css -o ./public/css/tailwind.css",
9-
"watch-tw": "onchange 'tailwind.config.js' './src/css/tailwind.css' -- npm run build-tw"
10-
},
11-
"keywords": [],
12-
"author": "",
13-
"license": "ISC",
14-
"devDependencies": {
15-
"@fullhuman/postcss-purgecss": "^3.0.0",
16-
"cssnano": "^4.1.10",
17-
"onchange": "^7.0.2",
18-
"postcss": "^8.1.1",
19-
"postcss-cli": "^8.1.0",
20-
"tailwindcss": "^1.8.11"
21-
}
2+
"name": "tw-css",
3+
"version": "1.0.0",
4+
"description": "Source files for tailwindcss Tutorial Series on [CodeWithChu](https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw 'Subscribe to CodeWithChu Youtube Channel') YouTube Channel.",
5+
"main": "index.js",
6+
"scripts": {
7+
"build-tw": "tailwindcss build ./src/css/tailwind.css -o ./public/css/tailwind.css",
8+
"prod-tw": "NODE_ENV=production tailwindcss build ./src/css/tailwind.css -o ./public/css/tailwind.css",
9+
"prod-pcss": "postcss build ./src/css/tailwind.css -o ./public/css/tailwind.css",
10+
"watch-tw": "onchange 'tailwind.config.js' './src/css/tailwind.css' -- npm run build-tw"
11+
},
12+
"keywords": [],
13+
"author": "",
14+
"license": "ISC",
15+
"devDependencies": {
16+
"@fullhuman/postcss-purgecss": "^3.0.0",
17+
"cssnano": "^4.1.10",
18+
"onchange": "^7.0.2",
19+
"postcss": "^8.1.1",
20+
"postcss-cli": "^8.1.0",
21+
"tailwindcss": "^1.8.11"
22+
}
2223
}

0 commit comments

Comments
 (0)