1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

Group assets by client in extension stub

This commit is contained in:
Toby Zerner
2015-07-22 10:12:11 +09:30
parent 9a41526310
commit 526b2c48df
6 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ class GenerateExtensionCommand extends Command
file_put_contents($dir.'/flarum.json', json_encode($manifest, JSON_PRETTY_PRINT));
passthru("cd $dir; composer install; cd js; npm install; gulp");
passthru("cd $dir; composer install; cd js/forum; npm install; gulp");
$this->info('Extension "'.$name.'" generated!');
}