Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flatten doesn't work without expand #266

Open
jenrik opened this issue Jan 2, 2016 · 3 comments
Open

flatten doesn't work without expand #266

jenrik opened this issue Jan 2, 2016 · 3 comments

Comments

@jenrik
Copy link

jenrik commented Jan 2, 2016

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/'
    }
  }
}
@dkurucz
Copy link

dkurucz commented Jan 15, 2016

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

@ururk
Copy link

ururk commented Feb 15, 2016

This happens to me as well

@aderowbotham
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants