Skip to content

Commit

Permalink
Specify csslint tag instead of hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Gregory committed Aug 23, 2015
1 parent 1a57ab9 commit addd415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gulp.task("spromise", function () {
});

gulp.task("csslint", function() {
var csslint = request("https://github.com/CSSLint/csslint/tarball/f69cf12e2")
var csslint = gulp.src("https://github.com/CSSLint/csslint/tarball/v0.10.0")
.pipe(source("*.tar.gz"))
.pipe(gunzip())
.pipe(untar())
Expand Down

0 comments on commit addd415

Please sign in to comment.