-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, I'm getting a white screen of death with then theme enabled, and have tracked it down to a problem with bourbon. I don't have it in my node modules. I'm getting this on the initial gulp:
[15:56:48] gulp-notify: [Task Failed [gulp-sass]] See console.
TASK: [gulp-sass]
PROB: sass/style.scss
Error: File to import not found or unreadable: ../node_modules/node-bourbon/node_modules/bourbon/app/assets/stylesheets/bourbon
Parent style sheet: /User/my_path_to_file/sass/style.scss
on line 7 of sass/style.scss
>> @import "../node_modules/node-bourbon/node_modules/bourbon/app/assets/styleshe
When looking at the gulp file, I dont see anything puling bourbon except maybe the neat portion:
// Gulp and node.
var gulp = require('gulp');
var shell = require('gulp-shell')
var plumber = require('gulp-plumber');
var watch = require('gulp-watch');
var gulpFilter = require('gulp-filter');
var runSequence = require('run-sequence');
var gutil = require('gulp-util');
var notify = require('gulp-notify');
// Basic workflow.
var sass = require('gulp-sass');
var neat = require('node-neat').includePaths;
var sourcemaps = require('gulp-sourcemaps');
var autoprefixer = require('gulp-autoprefixer');
var browserSync = require('browser-sync');
var reload = browserSync.reload;
var bs = require('browser-sync').create();
I've checked your master branch and I am similar, so maybe there is a different issue? Should I just add it to the dependancies of the gulp and install it through npm?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels