mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-19 21:51:16 -06:00
Fix issue with code highlighting css being removed from /public
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user