aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-151/+0
| | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* Avoid using toString method to access to SCSS serialized state (#9530).denisanisimov2014-03-131-2/+2
| | | Change-Id: I387ae1bbc960acd5a5a588b38c6791a9c9a90690
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-12/+5
| | | | | | | * Adds a special v-vaadin-version selector for detecting the theme version * The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-0/+15
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-231-1/+1
| | | | Change-Id: Ia783142aa96665a26491b659a387490883875d37
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-231-7/+24
| | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* Only ignore NoClassDefFoundError if SmartSprites is missing (#9943)Leif Åstrand2012-10-111-9/+12
| | | | Change-Id: I50f33a3bbd648555bc59b8591bc84f8723a4eff4
* Compile themes without sprites if SmartSprites is not foundArtur Signell2012-09-111-7/+14
|
* Always try to compile sprites but use original styles.css if no sprites were ↵Artur Signell2012-09-111-10/+11
| | | | found (#9299)
* Use sprites for all themes (#9299)Artur Signell2012-09-111-1/+1
|
* Use correct version in precompiled themes (#9528)Artur Signell2012-09-101-3/+4
|
* Added themes-compiled module (#9299)Artur Signell2012-09-091-0/+114