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

Drop bower usage (#27)

This commit is contained in:
Clark Winkelmann
2017-06-29 00:55:24 +02:00
committed by Toby Zerner
parent eac6e2e32f
commit 2bbf4a2b4b
3 changed files with 3 additions and 8 deletions

View File

@@ -5,6 +5,6 @@ gulp({
'flarum/mentions': 'src/**/*.js'
},
files: [
'bower_components/textarea-caret-position/index.js'
'node_modules/textarea-caret/index.js'
]
});