Gulp is not including bower_components's SCSS files in my theme
问题 I am new to bower and gulp . I am trying to understand how gulp is merging all saas files. This is the code I got from one of the projects. However, running gulp doesn't include any saas files inside bower_components . bower install does generate all files and folder of bower_components . It does generate main.css file. Here is my code: wordpress/wp-content/theme/my-theme/gulpfile.js // ## Globals var argv = require('minimist')(process.argv.slice(2)); var autoprefixer = require('gulp