-
Notifications
You must be signed in to change notification settings - Fork 38
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
Feature/clean #49
Feature/clean #49
Conversation
options.clean
Hello, thanks for this PR. What would be the use case for such an option ? |
I'm using that option to turn on and off a mock service to inject inside my Web application while running on development mode. When I 'grunt build', instead, I want to have my app working against a real API so, using clean, I can easily avoid injecting that service inside my index.html file and I can avoid having 2 different index.html files: one for development and the other for prodction |
ok so it is safe to merge it? i am open to merge it for you and thank you very much. the original creator was not working on it and i just found access right now, i still use this package... so i maintain it. |
it says there is conflicting file. |
Wow, that's cool. I opened this PR more than 2 years ago. |
i merged it, but @klei has not provided me access to publish to the npm, so a bit it will take some time. |
I can publish to npm and will do shortly. |
that would be quite cool |
Introducing a
clean
option to force remove all the files listed in the template file, if any