diff options
author | Henri Sara <hesara@vaadin.com> | 2012-08-08 13:25:44 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-08-08 14:34:10 +0300 |
commit | 620e096b45f27ecc5aa85d164ca8b81df000e593 (patch) | |
tree | a1a41c8d282dc1cdc816cd1b6a72e799baf2251e /build/ivy | |
parent | f9d44e50e7c05723112a1a704583de3d2ee9e72c (diff) | |
download | vaadin-framework-620e096b45f27ecc5aa85d164ca8b81df000e593.tar.gz vaadin-framework-620e096b45f27ecc5aa85d164ca8b81df000e593.zip |
Compile and unit test SASS during build (#9223)
Diffstat (limited to 'build/ivy')
-rw-r--r-- | build/ivy/buildhelpers-ivy.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/build/ivy/buildhelpers-ivy.xml b/build/ivy/buildhelpers-ivy.xml index afccd85973..13e89eb734 100644 --- a/build/ivy/buildhelpers-ivy.xml +++ b/build/ivy/buildhelpers-ivy.xml @@ -8,6 +8,12 @@ </configurations> <publications /> <dependencies> - <dependency org="com.carrotsearch" name="smartsprites" rev="0.2.3-itmill" conf="compile->compile(*),master(*)"/> + <dependency org="com.carrotsearch" name="smartsprites" rev="0.2.3-itmill" conf="compile->compile(*),master(*)"/> + + <!-- These come with GWT for Vaadin JAR but are needed to compile CompileDefaultTheme --> + <!-- + <dependency org="org.w3c.css" name="sac" rev="1.3" conf="compile->compile(*),master(*)"/> + <dependency org="org.w3c" name="flute" rev="1.2" conf="compile->compile(*),master(*)"/> + --> </dependencies> </ivy-module>
\ No newline at end of file |