yeoman / generator-angular

Yeoman generator for AngularJS
http://yeoman.io
5.73k stars 1.44k forks source link

Unminified CSS #1395

Closed JoshuaNovak919 closed 7 years ago

JoshuaNovak919 commented 7 years ago

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.

eddiemonge commented 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

JoshuaNovak919 commented 7 years ago

@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.

eddiemonge commented 7 years ago

They should be editing the source, not the built files.