Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Autoprefixer hangs on non existent filepath #115

Closed
Oikio opened this issue Jun 10, 2015 · 4 comments
Closed

Autoprefixer hangs on non existent filepath #115

Oikio opened this issue Jun 10, 2015 · 4 comments

Comments

@Oikio
Copy link

Oikio commented Jun 10, 2015

Hello, I have this config:

module.exports = function (ops) {
  return {
    options: {
      browsers: ['last 2 version', 'ie 9', 'opera 10']
    },
    main: {
      files: [
        {
          expand: true,
          cwd: '.tmp',
          src: ['styles/**/*.css'],
          dest: '.tmp'
        }
      ]
    },
    blocks: {
      files: [
        {
          expand: true,
          cwd: '.tmp',
          src: ['blocks/**/*.css'],
          dest: '.tmp'
        }
      ]
    }
  }
}

When blocks folder does not exist autoprefixer hangs on this task in 3.0.1, 3.0.0 is working fine.

@nDmitry
Copy link
Owner

nDmitry commented Jun 10, 2015

Yeah I will come up with a fix for this soon. It is already deployed in grunt-postcss, so check it out if it's urgent.

@Oikio
Copy link
Author

Oikio commented Jun 10, 2015

@nDmitry Oh, great, will stay on 3.0.0 for a while. Thanks!

@0xR
Copy link
Contributor

0xR commented Jun 10, 2015

I am running into this issue and there are more people who have this issue:
https://stackoverflow.com/questions/30604371/yoeman-task-autoprefixerdist-gets-stuck

@nDmitry
Copy link
Owner

nDmitry commented Jun 10, 2015

Fixed in 3.0.2

@nDmitry nDmitry closed this as completed Jun 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants