function sassy_flush_caches in Sassy 7
Same name and namespace in other branches
- 7.3 sassy.module \sassy_flush_caches()
Implementation of hook_flush_caches().
File
- ./
sassy.module, line 14 - Handles compiling of .sass / .scss files.
Code
function sassy_flush_caches() {
sassy_clear_cache();
}