BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

Download 3.0.3 with apt-get install #103

Closed ianaz closed 8 years ago

ianaz commented 8 years ago

Hey guys,

I still ned the 3.0.3 version on my VM since there are beaking changes on 4.X.. Is there a way to download the old version with apt-get?

I tried with apt-get install bless=3.0.3 but can't find the package.

Thank you

ianaz commented 8 years ago

git clone https://github.com/BlessCSS/bless.git git checkout 3.x cd bless npm install -g

Sorry about the stupid question.. was pretty tired last night :D

paulyoung commented 8 years ago

npm install -g bless@3.0.3 should work.