1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Group assets by client in extension stub

This commit is contained in:
Toby Zerner
2015-07-22 10:12:11 +09:30
parent 4fb292a777
commit 6c50f1614b
6 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
var gulp = require('flarum-gulp');
gulp({
modulePrefix: '{{name}}'
});

View File

@@ -0,0 +1,7 @@
{
"private": true,
"devDependencies": {
"gulp": "^3.8.11",
"flarum-gulp": "git+https://github.com/flarum/gulp.git"
}
}

View File

@@ -0,0 +1,4 @@
import { extend } from 'flarum/extend';
import app from 'flarum/app';
// TODO