This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
owncast
Watch
1
Star
0
Fork
You've already forked owncast
0
mirror of
https://github.com/owncast/owncast.git
synced
2024-11-29 03:29:03 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3a44b35a61
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 18:49:33 +03:00
module
.
exports
=
{
purge
:
{
Reduce the production build of TailwindCSS from 2M to 12k
2021-09-12 11:20:13 +03: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 18:49:33 +03:00
mode
:
'layers'
,
Fix TailwindCSS build missing classes
2020-11-18 09:10:24 +03: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 18:49:33 +03:00
}
,
}
;
Reference in a new issue
Copy permalink