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? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

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