Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Add JS compilation step to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 22, 2015
1 parent 83cfe95 commit 1cea832
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/phing/build-pydio.xml
Expand Up @@ -146,6 +146,11 @@
<property name="passed_directory" value="${INNER_DIRECTORY}"/>
</phingcall>

<!-- BUILD JAVASCRIPT -->
<exec command="npm install" dir="${INNER_DIRECTORY}/plugins/gui.ajax" passthru="true"/>
<exec command="grunt" dir="${INNER_DIRECTORY}/plugins/gui.ajax" passthru="true"/>
<delete dir="${INNER_DIRECTORY}/plugins/gui.ajax/node_modules"/>

<!-- DISCRIMINATE PLUGINS -->
<mkdir dir="${build.working_folder}/ext_plugins" />
<plugindiscriminate all="${INNER_DIRECTORY}/plugins" ext="${build.working_folder}/ext_plugins"/>
Expand Down

0 comments on commit 1cea832

Please sign in to comment.