Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save meetai/849d594a6243cbaa64c9 to your computer and use it in GitHub Desktop.
Save meetai/849d594a6243cbaa64c9 to your computer and use it in GitHub Desktop.
// To turn on JS Aggregation
drush vset preprocess_js 1
// To clear all Cache
drush cc all
// To disable JS Aggregation
drush vset preprocess_js 0
// To clear cache of JS and CSS only
drush cc css+js
// To enable CSS Aggregation
drush vset preprocess_css 1
// To disable CSS Aggregation
drush vset preprocess_css 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment