Minification of JS/CSS with Composer for compatibility

This commit is contained in:
2018-06-14 17:56:03 +02:00
parent 14a6387218
commit 358602bf48
7 changed files with 25 additions and 8 deletions

View File

@ -128,7 +128,7 @@ class RoboFile extends Tasks {
$this->testCS();
}
$this->bundle();
$this->minify( $opts );
// $this->minify( $opts );
}
/**