diff options
author | Artur Signell <artur@vaadin.com> | 2016-05-11 09:01:46 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-05-11 10:12:47 +0300 |
commit | 14eebabd5a127b4b1bb4b9d084ec35069389971c (patch) | |
tree | d944a746044acf1fd8896084e97f9b70997cdfc2 /client-compiled | |
parent | 68480bf45ab534241dc10599d78dac7c584e35db (diff) | |
download | vaadin-framework-14eebabd5a127b4b1bb4b9d084ec35069389971c.tar.gz vaadin-framework-14eebabd5a127b4b1bb4b9d084ec35069389971c.zip |
Take widget set style into account when compiling widget set
Change-Id: Ie373c668ca59f575dd146c01009464b568919388
Diffstat (limited to 'client-compiled')
-rw-r--r-- | client-compiled/pom.xml | 1 |
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> |