Automattic / Picard

A prototype theme that uses React and WP-API
629 stars 110 forks source link

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

Open kwight opened 9 years ago

kwight commented 9 years ago

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 commented 9 years ago

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

jacklenox commented 9 years ago

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

jacklenox commented 9 years ago

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

elrumordelaluz commented 8 years ago

styles task seems to work well with #48