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-23 13:24:33 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
191613949c
owncast
/
build
/
javascript
/
tailwind.config.js
7 lines
96 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
:
{
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