diff options
author | Jonatan Kronqvist <jonatan@vaadin.com> | 2014-03-28 12:55:33 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-03-31 13:37:27 +0000 |
commit | 353a1a1c3073975ddc6d0f25d8d2b21b9df94343 (patch) | |
tree | 73c62e2c993c3c035fe2ba242c5f9583ebe2f54d /theme-compiler/README | |
parent | 74bfd5e20759f0c26b40b41754129cbd71e0eff3 (diff) | |
download | vaadin-framework-353a1a1c3073975ddc6d0f25d8d2b21b9df94343.tar.gz vaadin-framework-353a1a1c3073975ddc6d0f25d8d2b21b9df94343.zip |
Remove theme-compiler and replace with external vaadin-sass-compiler
* 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
Diffstat (limited to 'theme-compiler/README')
-rw-r--r-- | theme-compiler/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/theme-compiler/README b/theme-compiler/README deleted file mode 100644 index 4d9482763f..0000000000 --- a/theme-compiler/README +++ /dev/null @@ -1,11 +0,0 @@ -This project compiles SCSS into CSS. -It parses the SCSS into a tree. - -Classes -======= -SassCompiler: This is the main class that can be run from command line. First parameter is for a scss file to be compiled. Second parameter is optional and is a reference to a file where you want the compiled css. If file doesn't exist, it will be deleted. If file exists, it will be deleted and recreated. If second argument is left out, the css will be printed into standard out. -ScssStylesheet: When Scss/Css is parsed in, it will be represented in memory as this file. Reference is got through static get(File file) where file is input. -Parser: A JavaCC compiled java class that parses the input and notifies the DocumentHandler on what nodes it encounters. -Parser.jj: Source for the Parser class. -SCSSDocumentHandlerImpl: Class that takes in calls from parser and creates nodes into ScssStylesheet based on those calls. -Node package: All the nodes representing the Scss/Css in tree format
\ No newline at end of file |