Skip to content

Commit 6fe5c4c

Browse files
authored
Exclude devtest.ts from tailwindcss (#34935)
Fix this leftover from the typescript migration.
1 parent dd1fd89 commit 6fe5c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
important: true, // the frameworks are mixed together, so tailwind needs to override other framework's styles
3030
content: [
3131
isProduction && '!./templates/devtest/**/*',
32-
isProduction && '!./web_src/js/standalone/devtest.js',
32+
isProduction && '!./web_src/js/standalone/devtest.ts',
3333
'!./templates/swagger/v1_json.tmpl',
3434
'!./templates/user/auth/oidc_wellknown.tmpl',
3535
'!**/*_test.go',

0 commit comments

Comments
 (0)