You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module seems to do many things, which is typically an anti-pattern for gulp plugins. I am just trying to understand why we need more wrapping modules.
Thanks.
The text was updated successfully, but these errors were encountered:
We don't. I'm new to gulp.js trying to navigate the vast number of plugins. I was unaware of those when I started trying to make gulp work with Emblem and Ember. This was created as an abstraction from everything going on in the gulp-handlebars fork mess. It's really an attempt to try to reduce the shared logic and complexity from those plugins.
I'll happily remove it if we can figure out how to make gulp-handlebars simple yet handle the permutations of Handlebars/Ember.Handlebars/Emblem.
I noticed you are commenting on a lot of plugins that are blacklisted due to complexity with a PR to remove their special wrapping and adding your module to their docs. What makes this better than https://github.com/phated/gulp-wrap-umd and https://github.com/phated/gulp-wrap-amd among other wrapping modules.
This module seems to do many things, which is typically an anti-pattern for gulp plugins. I am just trying to understand why we need more wrapping modules.
Thanks.
The text was updated successfully, but these errors were encountered: