yeoman / generator-backbone

Scaffold out a Backbone.js project
http://yeoman.io
638 stars 159 forks source link

Fix bootstrap paths #306

Closed linkesch closed 9 years ago

linkesch commented 9 years ago

This PR is related to https://github.com/yeoman/generator-backbone/pull/285 and fixes forgotten bootstrap paths which were still pointing to the old sass-bootstrap.

sindresorhus commented 9 years ago

Tests are failing.

linkesch commented 9 years ago

I've noticed, but it seems unrelated to the PR. It happened on my local copy too, but when I rerun the tests, it passed correctly.

I didn't change any additional files nor file permissions which might cause that error:

Backbone generator test "before each" hook:
Error: ENOTEMPTY, rmdir '/home/travis/build/yeoman/generator-backbone/test/temp'

UPDATE: Every additional time I run the tests, they pass without any problems.