Create a production build of Tailwind at release time (#292)

* Add support for purging tailwind styles. For #224

* Build prod version of tailwind in build script
This commit is contained in:
Gabe Kangas
2020-10-26 08:49:33 -07:00
committed by GitHub
parent 153719cd1b
commit 6d0aa4bdd1
5 changed files with 1978 additions and 1 deletions

View File

@@ -13,7 +13,10 @@
"video.js": "7.8.3",
"@videojs/http-streaming": "2.2.0"
},
"devDependencies": {},
"devDependencies": {
"cssnano": "^4.1.10",
"postcss-cli": "^8.1.0"
},
"snowpack": {
"install": [
"video.js/core.js",