FEATURE: add missing hooks into web.yml template
authorSam Saffron <sam.saffron@gmail.com>
Tue, 19 Mar 2019 08:42:12 +0000 (19:42 +1100)
committerSam Saffron <sam.saffron@gmail.com>
Tue, 19 Mar 2019 08:42:12 +0000 (19:42 +1100)
commit5716d28f3c6d2a20a9fe2491fce6c131c9951f5c
treee6066d4f1bbc1ad8248ece0ab129f07681ac618c
parent7d49dbe7d4a05223951ceec76230a893ad5c6798
FEATURE: add missing hooks into web.yml template

Previously bundle+migrate+precompile were in 1 big chunk making it
impossible to add multisite:migrate cleanly.

This adds 2 more hooks db_migrate and assets_precompile which make it way
simple to inject multisite migrate (either before or after db_migrate)
templates/web.template.yml