Skip to content

Instantly share code, notes, and snippets.

View wikak's full-sized avatar
🎯
Focusing

Wilfried Kakou wikak

🎯
Focusing
View GitHub Profile
@crittermike
crittermike / disable_aggregation.md
Last active February 14, 2022 12:17
Disabling CSS/JS aggregation via Drush in Drupal 7 and Drupal 8

Drupal 7

drush vset preprocess_css 0 --yes
drush vset preprocess_js 0 --yes

Drupal 8

@jbudziak
jbudziak / .gitignore
Created December 5, 2012 15:58
gitignore for Drupal 7 install
# Ignore configuration files that may contain sensitive information.
sites/*/*settings*.php
# Ignore paths that contain generated content.
cache/
files/
sites/*/files
sites/*/private
# Ignore default text files
@chrisjlee
chrisjlee / helpers.css
Created September 23, 2011 14:10
CSS Helpers - Styles to put at the end of your stylesheet that accomplish common tasks
/*****************************************
Required: Do Not Modify
******************************************/
/**
* Clearfix Helpers 0.5.0
* by Chris J. Lee
*
* These are primarily tools to reduce
* the amount of style rewriting. These