aethant / vanilla-css

vanilla-css.com
GNU General Public License v2.0
59 stars 7 forks source link

Create a build #3

Closed kevrom closed 8 years ago

kevrom commented 8 years ago

Currently the vanilla CSS is unminified. I really feel like you should add a build step so people can include that. Every byte counts, y'know.

aethant commented 8 years ago

:+1:

Seikho commented 8 years ago

This is a must. Our current build pipeline is very disjointed and hard to replicate.

neutraltone commented 8 years ago

Hmm, could I suggest an artisan approach? I propose we use vanilla minification and do this by hand.

neutraltone commented 8 years ago

I've assigned @aethant for the task of hand minification. He's quite meticulous so he'll be perfect for the job.

JDDoesDev commented 8 years ago

I think we should term the minified vanilla css Minilla CSS to avoid confusion.

neutraltone commented 8 years ago

Woah woah, renegade's need not apply.

aethant commented 8 years ago

Im on a bit of holiday. Back to you @neutraltone

adriansalgadoa commented 8 years ago

I disagree with this. The code should be as-is with no modifications what so ever so we can easily showcase how easy and beautiful it is to user our framework. :no_entry_sign:

Seikho commented 8 years ago

Implemented in #8

jxm262 commented 8 years ago

I think we can take a middle of the road approach between a complex build and @LasagnaAndroid 's suggestion. My vote is to make a build file with the following (perhaps use make or some other build tool)

(yes you read that right, absolutely blank so the users can fill it in)