Skip to content

Commit

Permalink
Fix build script on gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
mahagr committed Sep 21, 2017
1 parent 142ce66 commit 643a71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<!-- Initialize all project related files, at this point we are past any "location" setup work so its safe to proceed -->
<target name="assets-prod">
<echo message="Removing Sourcemaps and compressing Assets (CSS/JS)..." />
<exec command="gulp --prod" checkreturn="true" error="${phing.dir}/gulp-prod-error.txt" />
<exec command="${project_dir}/node_modules/.bin/gulp --prod" checkreturn="true" error="${phing.dir}/gulp-prod-error.txt" />
</target>

<target name="joomla">
Expand Down

0 comments on commit 643a71c

Please sign in to comment.