mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(package) gulp-recess v1.0.0
This commit is contained in:
parent
582575a899
commit
8180e6451c
2 changed files with 2 additions and 1 deletions
|
|
@ -38,6 +38,7 @@
|
|||
gulp.task('css', function () {
|
||||
gulp.src('css/*.css')
|
||||
.pipe(recess())
|
||||
.pipe(recess.reporter())
|
||||
.on('error', onError);
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"gulp": "~3.8.x",
|
||||
"gulp-jshint": "~1.8.4",
|
||||
"gulp-mocha": "~0.5.0",
|
||||
"gulp-recess": "0.3.x",
|
||||
"gulp-recess": "~1.0.0",
|
||||
"should": "~4.0.x"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue