Skip to content

Commit

Permalink
Instruct local files sync to exclude image styles as well as the css …
Browse files Browse the repository at this point in the history
…and js cache folders. (#1267)
  • Loading branch information
bkosborne authored and grasmash committed Mar 30, 2017
1 parent 26a7e45 commit 9f89290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phing/tasks/local-sync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<drush command="rsync" alias="">
<param>@${drush.aliases.remote}:%files/</param>
<param>${docroot}/sites/${site.name}/files</param>
<option name="exclude-paths">styles:css:js</option>
</drush>
</target>

Expand Down

0 comments on commit 9f89290

Please sign in to comment.