Skip to content

Commit dca1c57

Browse files
committed
compile theme when we update content
1 parent 988894e commit dca1c57

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

uceap-drupal-dev-update-content

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ fi
1616
# re-run composer install (e.g. in case we've switched branches since last time we ran this script)
1717
composer install
1818

19+
# re-build the theme (likewise in case of changes)
20+
composer compile-theme
21+
1922
# during first run, the new PATH from the on-create script is not yet in effect
2023
if ( ! command -v drush > /dev/null ); then
2124
export PATH="`pwd`/vendor/bin:$PATH"

0 commit comments

Comments
 (0)