Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 68140f0

Browse files
authored
Merge pull request #6 from Kassaila/master
fix source for wathing files in build folder
2 parents 20a8b71 + 54ede66 commit 68140f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/watch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function (options) {
2020

2121
gulp.watch(`./vendor_entries/**/*.scss`, gulp.series(global.task.buildStylesVendors));
2222

23-
gulp.watch([`../${global.folder.build}/**`, `!./${global.folder.build}/**/*.map`])
23+
gulp.watch([`../${global.folder.build}/**`, `!../${global.folder.build}/**/*.map`])
2424
.on('change', options.browserSyncInstance.reload)
2525
.on('unlink', options.browserSyncInstance.reload)
2626
.on('add', options.browserSyncInstance.reload);

0 commit comments

Comments
 (0)