summaryrefslogtreecommitdiffstats
path: root/server/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-11 15:42:42 +0300
committerArtur Signell <artur@vaadin.com>2012-09-11 15:42:42 +0300
commit6b5435d38f3a636391c1bcc14b6993168fa1e351 (patch)
tree8ddf91d7ecbb28ce17297a44f20a98c5d6307db2 /server/ivy.xml
parent919b56eaf88dbc3905d8ff176945b00b0d59b529 (diff)
downloadvaadin-framework-6b5435d38f3a636391c1bcc14b6993168fa1e351.tar.gz
vaadin-framework-6b5435d38f3a636391c1bcc14b6993168fa1e351.zip
Initial version of on-the-fly compilation of scss -> css (#9222)
Diffstat (limited to 'server/ivy.xml')
-rw-r--r--server/ivy.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/ivy.xml b/server/ivy.xml
index acc384ea30..d798883100 100644
--- a/server/ivy.xml
+++ b/server/ivy.xml
@@ -43,6 +43,8 @@
<!-- Project modules -->
<dependency org="com.vaadin" name="vaadin-shared"
rev="${vaadin.version}" conf="build,tests" />
+ <dependency org="com.vaadin" name="vaadin-theme-compiler"
+ rev="${vaadin.version}" conf="build,tests" />
<!-- Jsoup for BootstrapHandler -->
<dependency org="org.jsoup" name="jsoup" rev="1.6.3"