X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fviews%2Fprojects%2Ftypo.jsp;h=67879b3a987c05ea14aa487e33239a52b5ee3d3b;hp=52437cfa55d9f30665c956e3469ce0fcc81ffad4;hb=ecf37551eb01ba868c0414c30e355d54650b0d53;hpb=7972d2fab9a8768649c91d9e6e0491e782b62095 diff --git a/src/main/webapp/WEB-INF/views/projects/typo.jsp b/src/main/webapp/WEB-INF/views/projects/typo.jsp index 52437cfa..67879b3a 100644 --- a/src/main/webapp/WEB-INF/views/projects/typo.jsp +++ b/src/main/webapp/WEB-INF/views/projects/typo.jsp @@ -13,7 +13,7 @@

Navigation

Preformatted code

+

+ Juplo Branding uses + google-code-prettify for automatic + syntax highlighting. +

+

+<plugin>
+  <groupId>ro.isdc.wro4j</groupId>
+  <artifactId>wro4j-maven-plugin</artifactId>
+  <version>${wro4j.version}</version>
+  <configuration>
+    <wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
+    <cssDestinationFolder>${project.build.directory}/${project.build.finalName}/css/</cssDestinationFolder>
+  </configuration>
+  <executions>
+    <execution>
+      <phase>package</phase>
+      <goals>
+        <goal>run</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+