-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Remove gulp-load-plugins dependency #1445
Conversation
https://travis-ci.org/roots/sage/jobs/60721031#L264 edit: you can run jscs locally with https://github.com/roots/sage/blob/master/package.json#L23 |
@@ -1,11 +1,22 @@ | |||
// ## Globals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this back in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, sorry about that, I see it's a comment not a directive...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It makes everything look pretty when you run docco https://austinpray-web.s3.amazonaws.com/temp-roots/gulpfile.html
+1 for removing gulp-load-plugins dependency but I'm a fan of the space-alignment personally - seems much more readable. |
🎯 |
squash then looks good to go! |
👉 🔴 |
Simplify the gulpfile by removing gulp-load-plugins dependency.
squashed! |
Remove gulp-load-plugins dependency
tyvm! |
🎉 |
Simplify the gulpfile by removing gulp-load-plugins dependency. Some
whitespace cleanup and formatting to match normal NPM conventions.