We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a57ab9 commit addd415Copy full SHA for addd415
gulpfile.js
@@ -65,7 +65,7 @@ gulp.task("spromise", function () {
65
});
66
67
gulp.task("csslint", function() {
68
- var csslint = request("https://github.com/CSSLint/csslint/tarball/f69cf12e2")
+ var csslint = gulp.src("https://github.com/CSSLint/csslint/tarball/v0.10.0")
69
.pipe(source("*.tar.gz"))
70
.pipe(gunzip())
71
.pipe(untar())
0 commit comments