-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Attempt to remove as many options as possible #19
Comments
Creating modules as option replacements at https://github.com/gulp-sourcemaps. If anyone wants to help, I'll give you access to the repo. |
cc @robinvenneman @contra @AlexHenkel or anyone else |
Do you have a list with all options? |
My opinions about that are only based on my experiences with sourcemaps:
|
@phated, do you have a list of what options needs to be implemented? |
@Videl Almost all the options listed in the comment above yours. I started creating repositories for each at https://github.com/gulp-sourcemaps/ and worked on |
|
I just chopped out everything. Will have to create plugins as they are needed but creating them as I tried to remove options was just slowing progress. |
A goal of mine is to gut as many options as we possibly can. We should be able to figure out the right way to do things in many cases, so users shouldn't have to use things like
mapFile
ormapSources
, etc.I'm not sure exactly which options can be removed but we need to have a deep understanding why people are using it and how we can do that automatically before we can remove an option.
The text was updated successfully, but these errors were encountered: