Reputation: 33
I'm working with gruntfile.js
and I'm trying to create regular expression for path to files, for example:
.settings/.file1
directory/.settings/file.js
dir-001/.settings/subdir/.file2
dir/org.com.pack/.file3
My latest solution: **/*
But it's not correct, all files & folders that include '.'
just ignored.
I have no idea how to resolve this.
Please, help me with this.
Upvotes: 2
Views: 299