grunt-contrib-copy icon indicating copy to clipboard operation
grunt-contrib-copy copied to clipboard

flatten doesn't work without expand

Open jenrik opened this issue 9 years ago • 3 comments

Enabling flatten does nothing when expand is disabled Tested with the following settings

{
  copy: {
    css: {
      expand: false,
      flatten: true,
      src: [
        'bower_components/normalize-css/normalize.css'
      ],
      dest: 'source/css/vendor/'
    }
  }
}

jenrik avatar Jan 02 '16 16:01 jenrik

Glad to see this issue is getting some attention, having the same problem myself...

dkurucz avatar Jan 15 '16 19:01 dkurucz

This happens to me as well

ururk avatar Feb 15 '16 20:02 ururk

Nowhere is it explained what 'expand' does. Every example has expand: true. What does expand mean?

aderowbotham avatar Feb 16 '17 10:02 aderowbotham