Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Plugin files array needs updating #2

Open
spacebeers opened this issue Sep 12, 2013 · 1 comment
Open

Plugin files array needs updating #2

spacebeers opened this issue Sep 12, 2013 · 1 comment

Comments

@spacebeers
Copy link

I installed the plugin to help a college out with some sass refactoring and we got an error every time we tried to run it.

I got it working locally by changing line 35 of size.js from

grunt.log.write(sizeBuilder.build(this.file.src));

to

this.files.forEach(function(file) {
grunt.log.write(sizeBuilder.build(file.src));
});

I've forked the repo and put my change in, but that's it and now it looks like I've just copied your work when I just wanted to get it working :)

I'm a bit new to using GitHub.

@okor
Copy link

okor commented Feb 6, 2015

This bug still exists. Please consider accepting the pull request.

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

No branches or pull requests

2 participants