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

Commit b407ea3

Browse files
justinlevigrasmash
authored andcommitted
Language update (#202)
I'm not sure this is perfect but thought I'd make an attempt. Hopefully my intention is clear in trying to give the end user some context as far as how this work seeing that it doesn't magically build your sass with gulp without you actually adding the command and creating a gulpfile, etc.
1 parent b6e8e65 commit b407ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/core/phing/tasks/frontend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project name="frontend" default="frontend:install">
22

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

0 commit comments

Comments
 (0)