Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected the misspelled "tapestry-web-resources" dependency (thanks to Kalle Korhonen!)

...

By default, this service does nothing. You should include a the tapestry-web-resources the tapestry-webresources library, which makes it possible to minimize CSS and JavaScript files.

Code Block
languagexml
titlepom.xml (partial)
langxml
<dependency>
    <groupId>org.apache.tapestry</groupId>
    <artifactId>tapestry-web-resources<webresources</artifactId>
    <version>5.4</version>
</dependency>

...