Skip to content

Instantly share code, notes, and snippets.

@csharpfritz
Created April 29, 2016 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csharpfritz/e0a488025e9e9207ee50583d6614e7d1 to your computer and use it in GitHub Desktop.
Save csharpfritz/e0a488025e9e9207ee50583d6614e7d1 to your computer and use it in GitHub Desktop.
Gulp task to watch site.css
gulp.task("watch", function () {
gulp.watch(["Content/site.css"], ["min-css"]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment