summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-05-11 09:01:46 +0300
committerArtur Signell <artur@vaadin.com>2016-05-11 10:12:47 +0300
commit14eebabd5a127b4b1bb4b9d084ec35069389971c (patch)
treed944a746044acf1fd8896084e97f9b70997cdfc2
parent68480bf45ab534241dc10599d78dac7c584e35db (diff)
downloadvaadin-framework-14eebabd5a127b4b1bb4b9d084ec35069389971c.tar.gz
vaadin-framework-14eebabd5a127b4b1bb4b9d084ec35069389971c.zip
Take widget set style into account when compiling widget set
Change-Id: Ie373c668ca59f575dd146c01009464b568919388
-rw-r--r--client-compiled/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml
index f231af3ed2..251c8e9ffa 100644
--- a/client-compiled/pom.xml
+++ b/client-compiled/pom.xml
@@ -92,6 +92,7 @@
</modules>
<webappDirectory>${project.build.outputDirectory}/VAADIN/widgetsets</webappDirectory>
<persistentunitcachedir>${project.build.directory}/gwt-unitCache</persistentunitcachedir>
+ <style>${widgetset.style}</style>
</configuration>
<executions>
<execution>