This website requires JavaScript.
Explore
Help
Register
Sign In
Navy.gif
/
owncast
Watch
1
Star
0
Fork
0
You've already forked owncast
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
271661064b
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 16:49:33 +01:00
module
.
exports
=
{
purge
:
{
mode
:
'layers'
,
Fix TailwindCSS build missing classes
2020-11-18 07:10:24 +01: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 16:49:33 +01:00
}
,
}
;
Reference in New Issue
Copy Permalink