composer

By Kevin, April 9th, 2017

On a recent project, we had taken a Pattern Lab based prototype and created a Drupal 8 theme from it. In order to track updates and stay independent of the work happening by the front end team, I added the Pattern Lab repo to the project as a git submodule.

This is a practical approach,...

By Kevin, January 13th, 2016

Adding Composer packages to Drupal 8 is pretty easy.

There is a module called Composer Manager that can be used to add packages that modules require, but there are instances where you just need a package (and no need to create a module).

A great example of this is the...

Tags