1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 01:46:35 +02:00

Upgrade to flarum-gulp 0.2.0 / Babel 6

This commit is contained in:
Toby Zerner
2016-03-18 09:31:01 +10:30
parent 05732be929
commit 1395ce6c30
7 changed files with 2991 additions and 7225 deletions

View File

@@ -37,7 +37,7 @@
@endif
var app = System.get('flarum/app').default;
babelHelpers._extends(app, {!! json_encode($app) !!});
babelHelpers.extends(app, {!! json_encode($app) !!});
@foreach ($bootstrappers as $bootstrapper)
System.get('{{ $bootstrapper }}');