AugurWorks / UI

Augurworks UI code
0 stars 0 forks source link

CSS Minifier #186

Closed augurworks1 closed 9 years ago

augurworks1 commented 9 years ago

w We should use a minifier or compression to remove comments and white spaces from our content prior to deploying. I don't have any experience with them, but it seems like a good idea.

TheConnMan commented 9 years ago

I didn't think we had a lot of comments in the CSS. Minifying would only help if we were worried about performance, otherwise it's just another step every time we change the CSS>

augurworks1 commented 9 years ago

I didn't delete any code when making updates, so there are large commented out sections. This is easily fixed, but I always found it helpful to add a comment when working on an issue. I was thinking this would be a good way to leave comments in the source, but get rid of them when deployed. ??

On Mon, Dec 29, 2014 at 6:44 PM, Brian Conn notifications@github.com wrote:

I didn't think we had a lot of comments in the CSS. Minifying would only help if we were worried about performance, otherwise it's just another step every time we change the CSS>

— Reply to this email directly or view it on GitHub https://github.com/augurworks1/UI/issues/186#issuecomment-68316145.

augurworks1 commented 9 years ago

closed not needed