-
Notifications
You must be signed in to change notification settings - Fork 22
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
Sassdown should be decoupled from Grunt #83
Comments
Hi, I've read a couple of issue about this topic. I'm moving some of my project from grunt to gulp and, since i'm using sassdown and find it very usefull, I'd like to know if I can help in any way. I'm pretty experienced in JS/Grunt and a bit in node. Never did a gulp-capable module though... Bye! |
Hi I've managed to remove grunt deps. The codebase is still a bit raw, but tests output is the same as the grunt version: |
Sorry for the multiple posts. Here is the wrapped grunt plugin: |
Hi, @dwightjack - thanks for your contribution on this. Have you looked at the |
Ops, sorry didn't had any feedback on this issue so i thought to contribute. I'll take a look to 1.0.0 and contribute on that :) |
👍 This would be a useful feature. I'll use |
Hi I took a look at the codebase. I think a better solution would be to use a constructor. |
Problem:
grunt
methods such asgrunt.file.read
,grunt.verbose.write
, etc. This added dependency makes writing a caller-agnostic module more difficult.Objective:
The text was updated successfully, but these errors were encountered: