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

ios - Is 'init' forbidden as *part* of a variable name? -

c# - Get the Class name in a class with atribute inside a attribute method -

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