sahat/tvshow-tracker

gulp command problem

gsyarov opened this issue · 4 comments

When i write gulp command in cmd :

  [13:42:58] Using gulpfile c:\Users\Gabriel\Desktop\dbrmr\pinterestbg.git\showtra
  ckr\gulpfile.js
  [13:42:58] Starting 'sass'...
  [13:42:58] Finished 'sass' after 28 ms
  [13:42:58] Starting 'watch'...
  [13:42:59] Finished 'watch' after 29 ms
  [13:42:59] Starting 'default'...
  [13:42:59] Finished 'default' after 32 ?s
  [13:42:59] Plumber found unhandled error:
  Error in plugin 'gulp-sass'
  Message:
      source string:51: error: file to import not found or unreadable: 'bootstrap/
 bootstrap'

This is on Step 2.

@gsyarov Did you download Bootstrap Sass and place it into public/stylesheets directory?

Yes

I have updated the blog post to reflect the new changes in bootstrap file and folder structure. The _bootstrap.scss is now located outside the main bootstrap folder in Bootstrap Sass v2.3.

Thanks