public function ScssCompilerCommands::flushCache in SCSS/Less Compiler 8
Flush compiler cache.
@command compiler:cr @usage drush ccr. @aliases ccr.
File
- src/
Commands/ ScssCompilerCommands.php, line 38
Class
- ScssCompilerCommands
- ScssCompiler drush commands.
Namespace
Drupal\scss_compiler\CommandsCode
public function flushCache() {
$this->scssCompiler
->flushCache();
}