mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02:00
Update for new API + TextFormatter
This commit is contained in:
8
extensions/mentions/js/forum/Gulpfile.js
Normal file
8
extensions/mentions/js/forum/Gulpfile.js
Normal file
@@ -0,0 +1,8 @@
|
||||
var gulp = require('flarum-gulp');
|
||||
|
||||
gulp({
|
||||
modulePrefix: 'mentions',
|
||||
files: [
|
||||
'bower_components/textarea-caret-position/index.js'
|
||||
]
|
||||
});
|
Reference in New Issue
Block a user