gruntjs - loadPath in Gulp -
i've got bourbon , neat installed via bower (in /bower-components folder) , wondering if able call them in .scss files so, using gulp.
@import 'bourbon';
i've switched on grunt , wondering if gulp had similar loadpath
option. i'd use reference bower directory in gruntfile.js, below:
sass: { dist: { options: { style: 'expanded', loadpath: '<%= app %>/bower_components/foundation/scss' files: { '<%= app %>/css/app.css': '<%= app %>/scss/app.scss' } } }
any appreciated. in advance!
i ended using gulp-ruby-sass, while bit slower gulp-sass rich features, such loadpath.
Comments
Post a Comment