From f3b54b91920aff36e08785744e19abd61b66192f Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 11 Sep 2012 12:18:25 +0300 Subject: Use sprites for all themes (#9299) --- theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme-compiler/src') 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")) { -- cgit v1.2.3