-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Proposal: Drop minsafe option and templates #452
Comments
👍 |
@btford @passy @sindresorhus thoughts? |
From what I can remember they're there because ngmin was quite unstable. Not sure if that still applies. |
I would love to rip that out if no one has an objection. Granted, if people rely on minsafe because they created a project not using ngmin then the generator no longer will work for them. But for those people, updating to use ngmin could be a documentation update issue. Really, who wants to write all their code like ['name', function(name){}]. Ugh so ugly. Let it be done in the background. |
+1 Even though ngmin has some edge cases it doesn't cover at the moment, you can still manually work around them. The |
as addicted user of generator-angular, I ask you to not make me type additional option each time. |
I'm personally for removing it. |
@Jamm This would be getting rid of something that requires you to type additional stuff and automates it for you. Deprecate in the next point release and remove in the one after that then? Any opposed? |
sgtm
|
👏 |
Since the project is built using ngmin in grunt, does it make sense to still have min-safe and minsafe templates? They add complexity to the code and if removed would make maintaining and testing easier.
The text was updated successfully, but these errors were encountered: