0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-04 22:57:34 -04:00

Exclude devtest.ts from tailwindcss

This commit is contained in:
silverwind 2025-07-02 20:20:45 +02:00
parent dd1fd89185
commit 4fb8f7b0da
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -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',