-
Notifications
You must be signed in to change notification settings - Fork 4
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
Example in README is confusing #4
Comments
Oh, it's using the Duo JS API: https://github.com/duojs/duo/blob/master/docs/api.md Let me know if you're still confused. Feel free to open a PR making it more clear. |
I had the same thought: It would be nice if the README example used working code. |
I spent quite some time looking through the code, the tests, and the Gulp API, and I'm still unclear what's the canonical way of calling |
Ah, I found a fantastic example in the duo repo: https://github.com/duojs/duo/blob/master/examples/gulpfile/gulpfile.js |
@cvan I need to make this more clear in the readme, but there are 2 different places gulp can be used:
Note that these can be used in unison. |
@matthewmueller Understood, thanks. I didn't understand that I ended up just requiring Duo directly. Instead of wrapping Anyway, thanks for your help! |
+1! |
@matthewmueller, @cvan I just wrapped duo-gulp into gulp-duo with loading coffee, less, sass plugins . It could reduce mentioned |
I don't follow the example in the README.
Is there any other way to use this plugin without wrapping
gulp
?What is
root
andentry
?What is
fn
?The text was updated successfully, but these errors were encountered: