1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Update for composer branch

Also remove sticky notification
This commit is contained in:
Toby Zerner
2015-10-11 11:43:13 +10:30
parent 0d7a7682be
commit 37d7874705
33 changed files with 637 additions and 448 deletions

View File

@@ -2,6 +2,6 @@ var gulp = require('flarum-gulp');
gulp({
modules: {
'sticky': 'src/**/*.js'
'flarum/sticky': 'src/**/*.js'
}
});