diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-23 23:09:56 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-23 23:09:56 +0200 |
commit | 53ca5c30fcf2e6a3592c529df8007eb965d929d4 (patch) | |
tree | 9b1b0058411be97efd6a5eb553da6beefe3159ab /sonar-server/pom.xml | |
parent | c691356f2c75e153ed95f0bab00628096abea657 (diff) | |
download | sonarqube-53ca5c30fcf2e6a3592c529df8007eb965d929d4.tar.gz sonarqube-53ca5c30fcf2e6a3592c529df8007eb965d929d4.zip |
Fix CSS in production mode
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 6aa82e08b81..ba1baea82fd 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -258,6 +258,7 @@ <aggregation> <includes> <include>**/yui-reset-font-min.css</include> + <include>**/jquery-ui-min.css</include> <include>**/select2-min.css</include> <include>**/layout-min.css</include> <include>**/style-min.css</include> |