From 7fcbdae738b21c331e4a2f3b27c6a2cb37cdee76 Mon Sep 17 00:00:00 2001 From: Jennifer Mann Date: Fri, 19 May 2017 09:55:45 -0400 Subject: [PATCH] Fix issue with code highlighting css being removed from /public --- docs/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gulpfile.js b/docs/gulpfile.js index 4a6cbd3852..ef1cadc95d 100644 --- a/docs/gulpfile.js +++ b/docs/gulpfile.js @@ -63,7 +63,7 @@ gulp.task('clean:js', () => { }) gulp.task('clean:css', () => { - return remove('public/css/!(style).css') + return remove('public/css/!(style|prism-coy).css') }) gulp.task('clean:tmp', () => {