Skip to content

Commit

Permalink
Removing uncustomized scaffold files (acquia#632)
Browse files Browse the repository at this point in the history
* Removing uncustomized scaffold files

* Removing services.yml from template.
  • Loading branch information
grasmash authored and dreamfony committed Nov 11, 2016
1 parent d13ed26 commit 310a17c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 876 deletions.
4 changes: 2 additions & 2 deletions phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

</target>

<!-- This is run when a project is cloned to a new environment. -->
<!-- setup:composer:install must run prior to setup:drupal:settings to ensure that scaffold files are present. -->
<target name="setup:build" description="Generates all required files for a full build. E.g., (re)builds docroot, etc."
depends="setup:git-hooks, setup:drupal:settings, setup:behat, setup:composer:install, frontend">
depends="setup:git-hooks, setup:composer:install, setup:drupal:settings, setup:behat, frontend">

<if>
<equals arg1="${simplesamlphp}" arg2="true"/>
Expand Down
Loading

0 comments on commit 310a17c

Please sign in to comment.