summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2017-03-06 09:44:30 +0200
committerHenri Sara <henri.sara@gmail.com>2017-03-07 15:43:00 +0200
commit0094aebe9ea69f54141bfd4a15c0240f5e997917 (patch)
tree667f9a65467a3aa4897b91707355bc198da6eeb1
parent1bdab4d7ea90cbe6bfbef1da9db8c9600f57e328 (diff)
downloadvaadin-framework-0094aebe9ea69f54141bfd4a15c0240f5e997917.tar.gz
vaadin-framework-0094aebe9ea69f54141bfd4a15c0240f5e997917.zip
Some cleanup to themes module (#8526)
-rw-r--r--themes/.gitignore1
-rw-r--r--themes/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/.gitignore b/themes/.gitignore
deleted file mode 100644
index 9f11b838a5..0000000000
--- a/themes/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-src/main/themes/VAADIN/addons/*
diff --git a/themes/pom.xml b/themes/pom.xml
index 93f0117869..502dcf7b4d 100644
--- a/themes/pom.xml
+++ b/themes/pom.xml
@@ -32,12 +32,14 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-sass-compiler</artifactId>
+ <version>${vaadin.sass.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-icons</artifactId>
+ <version>${vaadin.icons.version}</version>
<scope>provided</scope>
</dependency>