Local Development for Drupal Developers
Instructions on developing css and js for Drupal developers.
you will be able to view fleet on https://patterns.lndo.site
13:26and your local boston.gov on https://boston.lndo.site
- but it will now use css and js from patterns.lndo.site (the patterns container acting as a CDN) (edited) 13:27you will find the patterns files in reporoot/patterns
13:28Gulp and stencil processes in the patterns container will monitor that folder for changes, and immediately rebuild the fleet website and put the js and css (ie. the CDN) into reporoot/patterns/public
. (edited) 13:31the boston and patterns repos are managed separately by git and commiting changes to the files you make should automatically apply to the correct repo.13:31(i.e patterns changes to patterns repo, and d8 changes to the boston repo)
Last updated