Browse Source

Exclude devtest.ts from tailwindcss (#34935)

Fix this leftover from the typescript migration.
pull/34936/head
silverwind 6 months ago committed by GitHub
parent
commit
6fe5c4c4d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tailwind.config.js

2
tailwind.config.js

@ -29,7 +29,7 @@ export default { @@ -29,7 +29,7 @@ export default {
important: true, // the frameworks are mixed together, so tailwind needs to override other framework's styles
content: [
isProduction && '!./templates/devtest/**/*',
isProduction && '!./web_src/js/standalone/devtest.js',
isProduction && '!./web_src/js/standalone/devtest.ts',
'!./templates/swagger/v1_json.tmpl',
'!./templates/user/auth/oidc_wellknown.tmpl',
'!**/*_test.go',

Loading…
Cancel
Save