This website requires JavaScript.
Explore
Help
Sign In
LogalDeveloper
/
owncast
Watch
0
Fork
0
You've already forked owncast
Code
owncast
/
build
/
javascript
/
tailwind.config.js
8 lines
115 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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
2020-10-26 08:49:33 -07:00
module
.
exports
=
{
purge
:
{
Reduce the production build of TailwindCSS from 2M to 12k
2021-09-12 01:20:13 -07:00
enabled
:
true
,
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
2020-10-26 08:49:33 -07:00
mode
:
'layers'
,
Fix TailwindCSS build missing classes
2020-11-17 22:10:24 -08:00
content
:
[
'../../webroot/js/**'
]
,
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
2020-10-26 08:49:33 -07:00
}
,
}
;
Copy Permalink