summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarc Englund <marc@vaadin.com>2012-08-29 18:19:21 +0300
committerMarc Englund <marc@vaadin.com>2012-08-29 18:19:21 +0300
commit269746aa7843e41a7aa4dd3cf9da731dc18a7d43 (patch)
tree6542c377886d48c9333ef9d8c7be4fa73f4d503b /build
parentcac34cbc8f8ca82c44525985b4b422d89388ca79 (diff)
downloadvaadin-framework-269746aa7843e41a7aa4dd3cf9da731dc18a7d43.tar.gz
vaadin-framework-269746aa7843e41a7aa4dd3cf9da731dc18a7d43.zip
Applied patch fixing #9347 (mixin w/ args + nested blocks), includes test
Diffstat (limited to 'build')
-rw-r--r--build/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 9d0ca0069c..01775520d0 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -664,6 +664,11 @@
</javac>
</target>
+ <target name="compile-sass-parser">
+ <javacc target="${parserDir}/Parser.jj" javacchome="${JavaCChome}">
+ </javacc>
+ </target>
+
<target name="compile-sass" depends="init, preprocess-src">
<!-- TODO also perform javacc compilation of the parser -->
<mkdir dir="${result-classes-sass}" />
@@ -1382,6 +1387,7 @@
<property name="deps.initialized" value="${deps.initialized}"/>
</ant>
</target>
+
</project>
<!-- These are for emacs. -->