diff options
author | Dracony <draconyster@gmail.com> | 2016-09-04 11:33:45 +0200 |
---|---|---|
committer | Dracony <draconyster@gmail.com> | 2016-09-04 11:33:45 +0200 |
commit | 11eab023db749447e24140fa910a1741abbeb9df (patch) | |
tree | f281e49ac32f9d05ba6b8a53976d28fededd5c80 | |
parent | 48dc491801074cb6ed07e9985e0d9480c7f6d411 (diff) | |
download | PHPixie-11eab023db749447e24140fa910a1741abbeb9df.zip PHPixie-11eab023db749447e24140fa910a1741abbeb9df.tar.gz PHPixie-11eab023db749447e24140fa910a1741abbeb9df.tar.bz2 |
post install command3.4
-rwxr-xr-x | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index e683069..4539b34 100755 --- a/composer.json +++ b/composer.json @@ -26,5 +26,8 @@ "branch-alias": { "dev-master": "3.*-dev" } + }, + "scripts": { + "post-create-project-cmd" : "php ./console framework:installWebAssets" } } |