Skip to content

A module that allows to rebuild the color cache (images and css files) and set a new color scheme using Drush or an internal drupal URL

Notifications You must be signed in to change notification settings

Polymole/drupal-color-rebuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color Rebuilder

This module allows to clear the images and css cache of the color module. It allows to set a new color scheme for a specified theme.

It supports Drush and Hook_Menu

##Rebuild using URL

Load the page

http://drupalsite.com/color_rebuilder/rebuild/<theme_name>/<color_scheme>

Rebuild using Drush

cd <module-site-folder>
drush en color
drush en color_rebuilder
drush creb --theme=<theme-name> --scheme=<scheme-key>"

Example:

cd /var/www/drupal
drush en color
drush en color_rebuilder
drush creb --theme=garland --scheme=chocolate"

Reload the page and you can see the new theme color.

Acknowledgments

Skylogic

Polymole - Drupal and Computer Graphics

About

A module that allows to rebuild the color cache (images and css files) and set a new color scheme using Drush or an internal drupal URL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%