RaspberryPiFoundation / lesson_format

Lesson formatter
17 stars 28 forks source link

Don’t minify css in this repo #111

Closed andylolz closed 9 years ago

andylolz commented 9 years ago

@Jonic:

Can I suggest the css in this repo is unminified, and is only minified on production (i.e. in the CodeClubUK-Projects and CodeClubWorld-Projects repos)?

The only reason I can see to have css in this repo at all (rather than just the Sass) is to make it a bit more accessible for contributors who are not familiar with Sass. I think this is a totally valid reason :heart:

If the css is minified here, we lose that benefit, so may as well not have css in this repo at all.

@codeclubrobot generates minified css.

I realise this means changing how grunt build works a bit. To be honest, I’m not terribly sure how grunt build fits into the workflow currently.