-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
33 lines (29 loc) · 868 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
HOW TO USE
- Example configuration:
<plugin>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-maven-plugin</artifactId>
<version>${wro4j.version}</version>
<executions>
<execution>
<id>combine-all-js-and-css-code</id>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<wroManagerFactory>no.bekk.wro4j.compass.CompassConfigurableWroManagerFactory</wroManagerFactory>
<extraConfigFile>${basedir}/src/main/webapp/WEB-INF/wro.properties</extraConfigFile>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>no.bekk.wro4j</groupId>
<artifactId>wro4j-compass</artifactId>
<version>1.6.3-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
And in your wro.properties, add
preProcessors=compassCss.scss