More composer stuff, updated compile / minify logic

Now using composer installed apps for less and scss files.
This commit is contained in:
Joshua Sherman 2014-01-02 22:39:19 -05:00
parent bfa35794b5
commit 17752f71b3
4 changed files with 113 additions and 41 deletions

View file

@ -104,19 +104,6 @@ CSS;
$this->dynamic->css('/css/invalid');
}
// TODO May not be able to do these two as it would require lessc and sass to not be installed
// TODO Good chance will also fail on Travis due to missing dependencies, will need to work through that
// TODO will probably want to move to the composer available versions of these
public function testCSSCommandErrorLESS()
{
}
public function testCSSCommandErrorSASS()
{
}
public function testCSSWithoutMinify()
{
$config = Config::getInstance();