Merge branch 'spa-master'

This commit is contained in:
nelsonlaquet 2013-08-09 18:00:08 -05:00
commit c148919345
3 changed files with 3 additions and 2 deletions

View file

@ -44,7 +44,8 @@
} else {
$filePath = trim($_GET['file'], '/');
$lastModifiedCollection = new AssetCollection([new GlobAsset("styles/*.less")]);
$bundle = new AssetCollection([new FileAsset($filePath), new CacheBusterAsset($lastModifiedCollection->getLastModified())], [new LessFilter('node')]);
$bundle = new AssetCollection([new FileAsset($filePath), new CacheBusterAsset($lastModifiedCollection->getLastModified())],
[new LessFilter(Config::get('app.node'), Config::get('app.node_paths'))]);
$bundle->setTargetPath($filePath);
}

View file

@ -8,4 +8,4 @@
@import 'forms';
@import 'tracks';
@import 'albums';
@import 'animations';
@import 'animations';