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=a55864c1f5349202ffe2b44f301f4ebf04b96995;hb=ecf37551eb01ba868c0414c30e355d54650b0d53;hpb=d53a4e6b1196f66f6f1768c013a4d9759be70dd2 diff --git a/src/main/webapp/WEB-INF/views/projects/typo.jsp b/src/main/webapp/WEB-INF/views/projects/typo.jsp index a55864c1..67879b3a 100644 --- a/src/main/webapp/WEB-INF/views/projects/typo.jsp +++ b/src/main/webapp/WEB-INF/views/projects/typo.jsp @@ -4,11 +4,16 @@ <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> + +
  • Home
  • +
  • Projects
  • +
  • Typography
  • +

    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>
    +