Created
May 8, 2015 13:24
-
-
Save didoo/16e7009f11fa15da1671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var using = require('gulp-using'); // use: .pipe(using({ prefix:'Using', color:'blue' })) | |
// and then | |
// Styles (Global) | |
gulp.task('styles:global', function() { | |
return gulp.src(globScss) | |
.pipe(using({ prefix:'Using', color:'blue' })) | |
... | |
... | |
// so I immediately get if the | |
// other 2cent tip: use global variables for folder names/paths ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment