summaryrefslogtreecommitdiffstats
path: root/theme-compiler/src
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-11 12:18:25 +0300
committerArtur Signell <artur@vaadin.com>2012-09-11 12:19:07 +0300
commitf3b54b91920aff36e08785744e19abd61b66192f (patch)
treeac04e7ad8ba643b093dcf11b2003cb977b578973 /theme-compiler/src
parent0f5284bb827b5f04c6c064c851b851604293665a (diff)
downloadvaadin-framework-f3b54b91920aff36e08785744e19abd61b66192f.tar.gz
vaadin-framework-f3b54b91920aff36e08785744e19abd61b66192f.zip
Use sprites for all themes (#9299)
Diffstat (limited to 'theme-compiler/src')
-rw-r--r--theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java b/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java
index d2c64602ab..cb3f9abbe5 100644
--- a/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java
+++ b/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java
@@ -33,7 +33,7 @@ public class CompileTheme {
"the version to add to the compiled theme");
options.addOption("f", "theme-folder", true,
"the folder containing the theme");
- options.addOption("s", "sprites", true, "use smartsprites");
+ options.addOption("s", "sprites", false, "use smartsprites");
CommandLineParser parser = new PosixParser();
CommandLine params = parser.parse(options, args);
if (!params.hasOption("theme") || !params.hasOption("theme-folder")) {