-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gulp not compiling SCSS #7
Comments
Ok, so I think I figured it out. I grabbed this chunk of gulpfile.js gulp-sass code from another project I had been working with and placed it into the gulpfile.js for this course. And now it works!
|
I tried adding the code above, it still didn't work. Finally I decided to use the common approach to let Netbeans do it for me.
Thats it. It works like a charm. |
var themename = 'humescores'; var gulp = require('gulp'),
// CSS via Sass and Autoprefixer // Optimize images through gulp-image // JavaScript // Watch everything // Default task (runs at initiation: gulp --verbose) FOR GULP 4 |
Hi, I thing it is gulp problem, not your config, but it's still weird. Watching the late tuts, from 2017, node v8.4.0 npm v 5.3.0 and gulp-sass 3.1.0. The live-reload server is working, if an update is made into php template, the changes are hot-reloader, JS is compiled, but SCSS is not compiling at all ( task is running thought ) and no errors are thrown. It would be great if you update the Gulpfile.js config, or switch to Webpack. I'm currently try it to work with Webpack.
The text was updated successfully, but these errors were encountered: