You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/11/11 23:08:19 UTC

[03/28] git commit: [flex-asjs] [refs/heads/develop] - attempt JS compile

attempt JS compile


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/3edc1aca
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/3edc1aca
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/3edc1aca

Branch: refs/heads/develop
Commit: 3edc1aca80d23848b6f17de548acbb071abee139
Parents: fd7c525
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 3 15:10:44 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 11 14:07:56 2014 -0800

----------------------------------------------------------------------
 examples/FlexJSStore/build.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3edc1aca/examples/FlexJSStore/build.xml
----------------------------------------------------------------------
diff --git a/examples/FlexJSStore/build.xml b/examples/FlexJSStore/build.xml
index 6a6643b..afffb8d 100644
--- a/examples/FlexJSStore/build.xml
+++ b/examples/FlexJSStore/build.xml
@@ -33,13 +33,11 @@
 
     <include file="${basedir}/../build_example.xml" />
     
-    <!-- disable JS compile until we get it working
-         <target name="main" depends="clean,build_example.compile,build_example.compilejs" description="Clean build of ${example}">-->
-    <target name="main" depends="clean,build_example.compile" description="Clean build of ${example}">
+    <target name="main" depends="clean,build_example.compile,build_example.compilejs" description="Clean build of ${example}">
         <mkdir dir="${basedir}/bin-debug/data" />
         <copy file="${basedir}/src/data/catalog.json" tofile="${basedir}/bin-debug/data/catalog.json" />
     </target>
-    
+
     <target name="clean">
         <delete dir="${basedir}/bin" failonerror="false" />
         <delete dir="${basedir}/bin-debug" failonerror="false" />