Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Language update #202

Merged
merged 1 commit into from
Jun 27, 2016
Merged
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 template/build/core/phing/tasks/frontend.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project name="frontend" default="frontend:install">

<target name="frontend:build" description="Uses gulp to build front end dependencies for all themes.">
<target name="frontend:build" description="Uses project.yml hooks to run custom defined commands to build front end dependencies for custom themes.">
<phingcall target="target-hook:invoke">
<property name="hook-name" value="frontend-build"/>
</phingcall>
Expand Down