mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Merge branch 'resource-ordering'
This commit is contained in:
commit
5736f432be
@ -102,6 +102,10 @@ class HtmlCommand extends Command
|
||||
array_push($assets, new FileAsset($fileInfo->getPathname()));
|
||||
}
|
||||
|
||||
usort($assets, function(FileAsset $a, FileAsset $b){
|
||||
return strcmp($a->getSourcePath(), $b->getSourcePath());
|
||||
});
|
||||
|
||||
$collection = new AssetCollection(
|
||||
$assets
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user