1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Initial commit

This commit is contained in:
Toby Zerner
2015-09-16 16:00:08 +09:30
commit 825b496364
26 changed files with 599 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
base=$PWD
cd $base
composer install --prefer-dist --optimize-autoloader --ignore-platform-reqs --no-dev
cd "${base}/js/forum"
npm install
gulp --production
cd "${base}/js/admin"
npm install
gulp --production