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

Autoprefixing in Gulp causes errors that block style.css compile. #21

Open
kwight opened this issue Mar 27, 2015 · 4 comments
Open

Autoprefixing in Gulp causes errors that block style.css compile. #21

kwight opened this issue Mar 27, 2015 · 4 comments

Comments

@kwight
Copy link
Contributor

kwight commented Mar 27, 2015

The following error shows upon running gulp styles:

        throw er; // Unhandled 'error' event
              ^
CssSyntaxError: /Users/kwight/Sites/trunk/src/wp-content/themes/picard/style.css.map:3:1: Unknown word

Commenting out autoprefixer from the equation allows the compile to complete.

@fklein-lu
Copy link
Contributor

@kwight is this still an issue? If not, let's close this one out.

@jacklenox
Copy link
Contributor

As per other issues, I'm planning to switch build process over to Webpack so this will hopefully no longer be an issue.

@jacklenox
Copy link
Contributor

(Though I think this particular bug is already fixed by @ataylorme's gulp improvements.)

@jacklenox jacklenox added the bug label Sep 11, 2015
@jacklenox jacklenox added [Type] Bug and removed bug labels Oct 1, 2015
@elrumordelaluz
Copy link

styles task seems to work well with #48

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

No branches or pull requests

4 participants