diff options
author | Henri Sara <hesara@vaadin.com> | 2014-06-30 10:55:14 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-06-30 08:22:34 +0000 |
commit | 774edfb044e604d61ec42fbc0156c09ae92479ef (patch) | |
tree | a77dd619403023002c8e2a63402e78f07ab25472 /themes/build.xml | |
parent | 44beb35b595472001532bb47c5d7f856e7810cdb (diff) | |
download | vaadin-framework-774edfb044e604d61ec42fbc0156c09ae92479ef.tar.gz vaadin-framework-774edfb044e604d61ec42fbc0156c09ae92479ef.zip |
Compile valo with Vaadin Sass compiler (#14120)
Change-Id: I79ddfee4fd97c545f2bd502655560ff4cbe600a4
Diffstat (limited to 'themes/build.xml')
-rw-r--r-- | themes/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/build.xml b/themes/build.xml index efbaaaa18f..0135f55071 100644 --- a/themes/build.xml +++ b/themes/build.xml @@ -40,6 +40,9 @@ <antcall target="compile-theme"> <param name="theme" value="liferay" /> </antcall> + <antcall target="compile-theme"> + <param name="theme" value="valo" /> + </antcall> </target> <target name="jar" depends="compile-themes"> |