Fix path to templates that's used when minifying tailwind CSS
This commit is contained in:
parent
f33d30cb9d
commit
c2b44537aa
1 changed files with 9 additions and 9 deletions
|
@ -32,7 +32,7 @@ module.exports = {
|
||||||
black: colors.black,
|
black: colors.black,
|
||||||
white: colors.white,
|
white: colors.white,
|
||||||
gray: colors.trueGray,
|
gray: colors.trueGray,
|
||||||
},
|
},
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
darkMode: false,
|
darkMode: false,
|
||||||
purge: [
|
purge: [
|
||||||
"../server/templates/**/*.hbs",
|
"../crates/server/templates/**/*.hbs",
|
||||||
"../server/templates/*.hbs"
|
"../crates/server/templates/*.hbs"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue