Dave Green

Results 7 comments of Dave Green

We're getting this in our workflow, but it's not clear *what* is not found, presuming this error relates to the file declared in `configuration-path` @kentaro-m ?

Having a similar situation in one of our workflow repos. In my Babel task... ``` options: { presets: [ '@babel/preset-env' ] }, ``` In my package.json ``` "@babel/core": "^7.0.0-beta.54", "@babel/preset-env":...

hey @patrickkettner the `hidden` class is being successfully excluded via `excludeTests`, it's just that `classPrefix` usage breaks both the added classes themselves and the `no-js` switch. I'll strip all other...

@patrickkettner Confirmed. With **no** Javascript other than Modernizr.js on the page, adding `"classPrefix": "mz-"` results in `` ...when it should be... `` or `` Odd!

@vincentorback @bartveneman Personally I'd like to see the highest value and the total number of unique values. I don't think anything else is really all that useful. If you see...

Having this exact same issue alongside grunt-svg2png!