blackfyre / grayscale-sass

The SASS version of StartBootstrap's Grayscale template
http://blackfyre.github.io/grayscale-sass/
Apache License 2.0
39 stars 55 forks source link

clean checkout doesn't compile? #4

Closed johngrimsey closed 9 years ago

johngrimsey commented 9 years ago

Hi there, just cloned and after installing npm and bower packages ran the gulp default task and got:

[08:26:18] gulp-ruby-sass stderr: Error: File to import not found or unreadable: vendor/_bootstrap.
       Load path: /www/website
        on line 2 of assets/sass/main.scss

Fixed by changing main.scss:

@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap";
@import "../bower_components/font-awesome/scss/font-awesome";
@import "../bower_components/Hover/scss/hover";
blackfyre commented 9 years ago

Ohh... $'"+!'+@ Some files are missing... sorry for that, thanks for noticing it! I will commit them ASAP!