зеркало из https://github.com/nextcloud/news.git
fix paths
This commit is contained in:
Родитель
b94f9b5d9f
Коммит
29dca3a6c6
|
@ -38,7 +38,7 @@ const sources = [
|
|||
'directive/**/*.js'
|
||||
];
|
||||
const testSources = ['tests/**/*.js'];
|
||||
const phpSources = ['../*/**.php', '!../js/**', '!../vendor/*/**'];
|
||||
const phpSources = ['../**/*.php', '!../js/**', '!../vendor/**'];
|
||||
const watchSources = sources.concat(testSources).concat('*.js');
|
||||
const lintSources = watchSources;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче