1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +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 f7e2e14909
commit b45bd3a581
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 }}');