gulp-steel-css-postfix
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "gulp-steel-css-postfix", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "steel css postfix", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -25,9 +25,9 @@ #gulp-steel-css-postfix | ||
function testCss(){ | ||
gulp.src(['src/css/**/*.*']) | ||
gulp.src(['src/css/**/*.*']) | ||
.pipe($.steelCssPostfix({ | ||
filter:["pages/pointsmall/*.*"] | ||
})) | ||
.pipe(gulp.dest(front_base + '/css/')); | ||
.pipe(gulp.dest(front_base + '/css/')); | ||
} | ||
``` | ||
in the function testCss, the whole file path is "src/css/pages/pointsmall/*.*" |
3122