BlessCSS/bless

Download 3.0.3 with apt-get install

ianaz opened this issue · 2 comments

ianaz commented

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

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

npm install -g bless@3.0.3 should work.