summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDracony <draconyster@gmail.com>2016-09-04 11:33:45 +0200
committerDracony <draconyster@gmail.com>2016-09-04 11:33:45 +0200
commit11eab023db749447e24140fa910a1741abbeb9df (patch)
treef281e49ac32f9d05ba6b8a53976d28fededd5c80
parent48dc491801074cb6ed07e9985e0d9480c7f6d411 (diff)
downloadPHPixie-11eab023db749447e24140fa910a1741abbeb9df.zip
PHPixie-11eab023db749447e24140fa910a1741abbeb9df.tar.gz
PHPixie-11eab023db749447e24140fa910a1741abbeb9df.tar.bz2
post install command3.4
-rwxr-xr-xcomposer.json3
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"
}
}