Closed akarelas closed 10 years ago
Ruby and Compass are needed to compile Sass
into CSS
. If you just cloned the project - I would suggest you checkout the 0.3
branch (https://github.com/fabien-d/alertify.js/tree/0.3) since that is latest stable release.
Master currently points to 0.4.0rc1
which will never be done. I'm skipping that release and going straight to 0.5.0.
In the 0.3.*
release, there is no Sass so you will not need ruby or compass.
thanks
Closing - feel free to reopen if this didn't solve your issue.
It says I need to have Ruby and Compass installed to do
grunt build
.Do I really need to? If I just type grunt build -f, will I be ok?