Skip to content

Commit

Permalink
fix(dev): purgecss issues
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Nov 2, 2020
1 parent 91801aa commit 7e937d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ module.exports = (ctx) => ({
ctx.env === "production"
? require("@fullhuman/postcss-purgecss")({
content: [
'./static/js/main.js',
// etc.
'./src/**/*.js',
'./src/**/*.cljs',
'./resources/**/*.html',
],

// https://tailwindcss.com/docs/controlling-file-size#understanding-the-regex
Expand Down

0 comments on commit 7e937d0

Please sign in to comment.