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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -