Skip to content

Commit

Permalink
Language update (#202)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
justinlevi authored and grasmash committed Jun 27, 2016
1 parent b6e8e65 commit b407ea3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b407ea3

Please sign in to comment.