Skip to content

Commit

Permalink
Migrate Loader build to node instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Jun 28, 2012
1 parent 3a1bde7 commit 7a05278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/loader/build-loader.xml
Expand Up @@ -2,8 +2,8 @@
<project name="YuiBase" default="local">
<description>Attribute Build File</description>
<property file="build.properties" />
<exec executable="python" failonerror="true">
<arg value="${srcdir}/src/loader/scripts/meta_join.py"/>
<exec executable="node" failonerror="true">
<arg value="${srcdir}/src/loader/scripts/meta_join.js"/>
</exec>
<import file="${builddir}/3.x/bootstrap.xml" description="Default Build Properties and Targets" />

Expand Down

0 comments on commit 7a05278

Please sign in to comment.