Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<target name="bundle">
<echo msg="Optimizing Bundle" />

<exec command="gulp" passthru="true" />
<exec command="node_modules/gulp/bin/gulp.js" passthru="true" />
<exec command="php artisan clear-compiled" passthru="true" />
<exec command="php artisan route:cache" passthru="true" />
<exec command="php artisan passport:install" passthru="true" />
Expand Down