mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
gulp watch fix
This commit is contained in:
parent
f4b8a636b9
commit
54bdc72ffa
4 changed files with 6 additions and 13 deletions
|
@ -1,12 +1,4 @@
|
|||
module.exports = {
|
||||
js: [
|
||||
'./app/**/*.js',
|
||||
'./src/**/*.js',
|
||||
'!./**/libs/**',
|
||||
'!./**/vendor/**',
|
||||
'!./**/templates.js'
|
||||
],
|
||||
|
||||
src: {
|
||||
root: './src/UI/',
|
||||
templates: './src/UI/**/*.hbs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue