grunt-contrib-copy
grunt-contrib-copy copied to clipboard
.filename not copied with src: **/**
.filename not copied with
src: /
or
**
or
['**','.angular-cli.json']
or
**/.
ONLY Works with /.*,
['**/*.*','**/.*'],
src: ['**','**/.*'],