Closed JoshuaNovak919 closed 7 years ago
Why would you want to do that?
Look at this line https://github.com/yeoman/generator-angular/blob/master/templates/common/root/_Gruntfile.js#L373 or the comparable gulp one if you use that
@eddiemonge Thanks! Some of the clients I work for want to be able to edit the code and modify it on their end and only know basic html and css.
They should be editing the source, not the built files.
How can I have the build output unminified css instead of minified? I've been trying to figure it out, but the documentation for the plugins is all over the place.