Changeset 5558


Ignore:
Timestamp:
08/18/14 12:59:34 (10 years ago)
Author:
Twan Goosen
Message:

Added build-time compilation of SCSS, copied CLARIN SCSS and switched VCR style from CSS to SCSS
Refs #594

Location:
VirtualCollectionRegistry/trunk/VirtualCollectionRegistry
Files:
1 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/pom.xml

    r5542 r5558  
    589589                </configuration>
    590590            </plugin>
     591           
     592            <plugin>
     593                <groupId>org.jasig.maven</groupId>
     594                <artifactId>sass-maven-plugin</artifactId>
     595                <version>1.1.1</version>
     596                <executions>
     597                    <execution>
     598                        <phase>generate-resources</phase>
     599                        <goals>
     600                            <goal>update-stylesheets</goal>
     601                        </goals>
     602                    </execution>
     603                </executions>
     604<!--                <configuration>
     605                    <sassSourceDirectory>src/main/webapp/css</sassSourceDirectory>
     606                </configuration>-->
     607            </plugin>
     608            <!--            <plugin>
     609                <groupId>ro.isdc.wro4j</groupId>
     610                <artifactId>wro4j-maven-plugin</artifactId>
     611                <version>1.7.6</version>
     612                <executions>
     613                    <execution>
     614                        <phase>compile</phase>
     615                        <goals>
     616                            <goal>run</goal>
     617                        </goals>
     618                    </execution>
     619                </executions>
     620                <configuration>
     621                    <targetGroups>all</targetGroups>
     622                    <minimize>true</minimize>
     623                    <destinationFolder>${basedir}/src/main/webapp/wro/</destinationFolder>
     624                    <cssDestinationFolder>d:/static/css/</cssDestinationFolder>
     625                    <jsDestinationFolder>d:/static/js/</jsDestinationFolder>
     626                    <contextFolder>${basedir}/src/main/webapp/</contextFolder>
     627                    <wroFile>${basedir}/src/main/webapp/WEB-INF/wro.xml</wroFile>
     628                    <wroManagerFactory>com.mycompany.MyCustomWroManagerFactory</wroManagerFactory>
     629                    <ignoreMissingResources>false</ignoreMissingResources>
     630                </configuration>
     631            </plugin>-->
    591632        </plugins>
    592633
Note: See TracChangeset for help on using the changeset viewer.