Skip to content

Commit 7151934

Browse files
committed
Adjust tailwind content globs
1 parent 1f0625a commit 7151934

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tailwind.config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ export default {
2929
content: [
3030
isProduction && '!./templates/devtest/**/*',
3131
isProduction && '!./web_src/js/standalone/devtest.js',
32+
'!./templates/swagger/v1_json.tmpl',
33+
'!./templates/user/auth/oidc_wellknown.tmpl',
3234
'./templates/**/*.tmpl',
33-
'./web_src/**/*.{js,vue}',
35+
'./templates/**/*.tmpl',
36+
'./web_src/js/**/*.{js,vue}',
3437
].filter(Boolean),
3538
blocklist: [
3639
// classes that don't work without CSS variables from "@tailwind base" which we don't use

0 commit comments

Comments
 (0)