aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/SassCompiler.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-72/+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
* Global code reformatLeif Åstrand2013-04-051-3/+2
| | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
* Prevent NPE when a SCSS file is not found #11099John Ahlroos2013-03-011-0/+7
| | | | Change-Id: Id0e0fd6a31f4089228b02bf8b66086d3f3a1727b
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-231-0/+2
| | | | Change-Id: Ia783142aa96665a26491b659a387490883875d37
* SassCompiler finds input in a better way, fixes #10299Marc Englund2012-11-201-5/+11
| | | | Change-Id: I56c6a45008e072313f7be6f700f25df228287271
* Explained one commented out lineMarc Englund2012-10-121-0/+1
| | | | Change-Id: Ib5ff8458d12eb1cd1479e2591fb5347682e0cc91
* Renamed sass -> theme-compiler for consistency (#9299)Artur Signell2012-09-071-0/+57