Closed kennu closed 9 years ago
The current README gives these install instructions:
gem update --system gem install sass compass npm install
There is no clear step that says how to install the actual boilerplate. Presumably, it's:
git clone git@github.com:SC5/gulp-bobrsass-boilerplate.git
And some kind of git fork operation, before npm install?
(Also, I think a
npm install -g gulp
is probably needed?)
The current README gives these install instructions:
There is no clear step that says how to install the actual boilerplate. Presumably, it's:
And some kind of git fork operation, before npm install?