Browse Source

disable JS/CSS compression for the moment (see https://github.com/TechEmpower/FrameworkBenchmarks/pull/1816#issuecomment-167749791)

Jochen Berger 9 years ago
parent
commit
c1422a5694
1 changed files with 3 additions and 0 deletions
  1. 3 0
      frameworks/Java/tapestry/hello/pom.xml

+ 3 - 0
frameworks/Java/tapestry/hello/pom.xml

@@ -24,11 +24,14 @@
         </dependency>
 
         <!-- This adds automatic compression of JavaScript and CSS when in production mode. -->
+        <!-- This currently breaks the resin deployment
+             (see https://github.com/TechEmpower/FrameworkBenchmarks/pull/1816#issuecomment-167749791)
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-webresources</artifactId>
             <version>${tapestry-release-version}</version>
         </dependency>
+        -->
 
         <!-- Uncomment this to add support for file uploads: