mrichard / generator-marionette

Yeoman marionette generator a la AMD
329 stars 72 forks source link

SASS Bootstrap 3.0.0 #12

Open ruchevits opened 11 years ago

ruchevits commented 11 years ago

Hi,

New version of SASS Bootstrap was released recently.

http://alademann.github.io/sass-bootstrap/

Will it be supported soon by generator-marionette?

Thanks.

juliomenendez commented 11 years ago

I'd wait for 3.0.0 to be released stable before switching it here.

But I'm using it on my projects already, just take the bower.json file generated and change the line that reads

    "sass-bootstrap": "~2.3.0",

with this line:

    "sass-bootstrap": "https://github.com/jlong/sass-twitter-bootstrap/archive/3.0.0-wip.zip",

Also note that bootstrap 3.0.0 doesn't include the glyphicons so you will need to add that too:

"bootstrap-glyphicons": "https://github.com/twbs/bootstrap-glyphicons#gh-pages",

I have all this working on a project so let me know if you find any issues.

ruchevits commented 11 years ago

Sounds good, thank you for the answer!

mrichard commented 11 years ago

Definitely will make this upgrade!

juliomenendez commented 11 years ago

3.0.0 was released yesterday! Now just waiting sass-twitter-bootstrap catches up and updates it.