-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Don Richards edited this page Sep 26, 2022
·
1 revision
Welcome to the idc-ui-theme wiki!
- cd into the theme's js/ folder (do not do this within the container)
- Run
yarn build
after making the desired changes- You can do this with the
make theme-compile
if running from idc-isle-dc (main repo)
- You can do this with the
- Push changes to the theme to this repo and merge them in.
- Run this from idc-idle-dc to tell composer to update to the latest theme commit.
docker-compose exec -T drupal with-contenv bash -lc "composer update jhu-idc/*"
- Create a new PR at https://github.com/jhu-idc/idc-isle-dc/pulls. It should only contain the composer.json and composer.lock files.