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

Documentation question #3

Closed
alibby251 opened this issue Apr 7, 2016 · 2 comments
Closed

Documentation question #3

alibby251 opened this issue Apr 7, 2016 · 2 comments

Comments

@alibby251
Copy link

Hi,
I've been experimenting with the plugin on a Windows 10 platform - I think I have it working, but would like to confirm if I have it right please?

My Gulp file is this:

'use strict';
var gulp = require('gulp');
var postcss = require('postcss');
var cases = require('postcss-parser-tests');

gulp.task('default', function (done) {
  let parser = require('postcss-safe-parser');
  cases.real(done, [['PostCSS', 'http://localhost/postcss/src/styles.css']], function (css) {
    return parser(css).toResult({ map: { annotation: false } });
  });
});
  • all of the plugins mentioned within are installed on my system.

When running the gulp task, I get these results:
issue2
My question - is this what we should expect to see when running the plugin, and do I have this configured correctly please?

@ai
Copy link
Member

ai commented Jun 20, 2016

Sorry, I miss this issue :(. Feel free to ping me if I don’t answer again :)

@ai
Copy link
Member

ai commented Jun 20, 2016

No, it is wrong behavior. Could you test it again on latest version?

@ai ai closed this as completed May 4, 2019
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

2 participants