Adrian Stainforth
Adrian Stainforth
Ok so I've dropped in browserify-istanbul in to my transform and it's throwing the following error: ``` TypeError: undefined is not an object (evaluating '__cov_6Holy$lJRi8fuZorzSBmWQ.b['2'][0]') at /var/folders/bm/0q_ysbdn2p9g8_mvhhvklrj00000gn/T/5ee93f4e9129b3ef96de996e5c6b3be4.browserify:14564 ``` My transform...
Think this may be related to https://github.com/imagemin/imagemin/issues/87. If I put an input destination on /imgs/*_/_.{*.png, *.gif, *.jpg, *.svg} and set my destination too /build/imgs then I would expect: /imgs/foo/bar.jpg ->...
Getting the following when I install with "babel-core": "^6.23.0", ``` warning "[email protected]" has unmet peer dependency "babel-core@^6.0.0". warning "[email protected]" has unmet peer dependency "babel-template@^6.2.0". warning "[email protected]" has unmet peer dependency...
Hi I seem to be getting the following error when I try to install the gem -v1.1.0 ERROR: While executing gem ... (NoMethodError) undefined method `size' for nil:NilClass I think...