diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-01-16 07:03:16 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-01-16 07:32:07 +0000 |
commit | dd0479cdefa52091a33ff63f45fc32ae76c4b4f8 (patch) | |
tree | c341f505d616ed68695027d0ee192c6390ac969e /.gitignore | |
parent | 4d2f1477ab105476d79ad8a99397b1c3c55d14b1 (diff) | |
download | vaadin-framework-dd0479cdefa52091a33ff63f45fc32ae76c4b4f8.tar.gz vaadin-framework-dd0479cdefa52091a33ff63f45fc32ae76c4b4f8.zip |
Revert "Theme Parser is deleted, build procedure now generates it (#13161)."
Causes a multitude of compile errors on the build server.
This reverts commit d2874fde4b8c6afa24f0f6535e0d6fcabc489f51.
Change-Id: I49787b347944b614b9e98778b3219b7045cf2bfe
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 9b120c7c3a..30c8597b16 100644 --- a/.gitignore +++ b/.gitignore @@ -71,13 +71,3 @@ WebContent/VAADIN/vaadinPush.debug.js # build result folders */result result - -# /theme-compiler -/theme-compiler/result -/theme-compiler/src/com/vaadin/sass/internal/parser/CharStream.java -/theme-compiler/src/com/vaadin/sass/internal/parser/ParserImpl.java -/theme-compiler/src/com/vaadin/sass/internal/parser/ParserImplConstants.java -/theme-compiler/src/com/vaadin/sass/internal/parser/ParserImplTokenManager.java -/theme-compiler/src/com/vaadin/sass/internal/parser/Token.java -/theme-compiler/src/com/vaadin/sass/internal/parser/TokenMgrError.java -/theme-compiler/src/com/vaadin/sass/internal/parser/ParseException.java |