javascript - Ignoring hidden files with gulp-watch -


i watching entire folder file modifications, want ignore of files. example, want watch files, ignore start period (.). how do that?

i should work:

gulp.watch(['css/**/*', '!css/**/.*'], ['styles']); 

Comments

Popular posts from this blog

javascript - Why Selenium can't find an element that is graphically visible -

java - How to compare two classes -

mysql - Gateway Timeout Error on Insert 70000 record using Hibernate in Java -