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

Commit 1cea832

Browse files
committed
Add JS compilation step to the build
1 parent 83cfe95 commit 1cea832

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dist/phing/build-pydio.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@
146146
<property name="passed_directory" value="${INNER_DIRECTORY}"/>
147147
</phingcall>
148148

149+
<!-- BUILD JAVASCRIPT -->
150+
<exec command="npm install" dir="${INNER_DIRECTORY}/plugins/gui.ajax" passthru="true"/>
151+
<exec command="grunt" dir="${INNER_DIRECTORY}/plugins/gui.ajax" passthru="true"/>
152+
<delete dir="${INNER_DIRECTORY}/plugins/gui.ajax/node_modules"/>
153+
149154
<!-- DISCRIMINATE PLUGINS -->
150155
<mkdir dir="${build.working_folder}/ext_plugins" />
151156
<plugindiscriminate all="${INNER_DIRECTORY}/plugins" ext="${build.working_folder}/ext_plugins"/>

0 commit comments

Comments
 (0)