Posts tagged with "Drupal 7"
Automated drupal deploys with drush make and Wercker
Posted: 11:18am 1st Nov 2016
I maintain a bunch of Drupal sites for friends and family, but due to the nature of these, they often have sporadic development. An issue I've been facing recently is that of security/module maintenance. This post describes how I automated and simplififed the process of updating many drupal sites using docker and automated deployment using the Wercker service.
Removing module stylesheets in a Drupal 7 theme
Posted: 11:57pm 15th Feb 2011
The techniques for hiding module/core CSS links files in your HTML headers have changed for Drupal 7. Here's how to do it under the new world order :)