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

Update gulp module configuration

This commit is contained in:
Toby Zerner
2015-07-27 14:19:36 +09:30
parent 4e73a520ea
commit 30d17308ea

View File

@@ -1,7 +1,9 @@
var gulp = require('flarum-gulp');
gulp({
modulePrefix: 'mentions',
modules: {
'mentions': 'src/**/*.js'
},
files: [
'bower_components/textarea-caret-position/index.js'
]