mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
+2
-2
@@ -19,5 +19,5 @@ rules:
|
||||
- convention: 'hyphenatedbem'
|
||||
no-color-keywords: 0
|
||||
no-color-literals: 0
|
||||
property-sort-order: 0
|
||||
one-declaration-per-line: 1
|
||||
property-sort-order: 2
|
||||
one-declaration-per-line: 1
|
||||
|
||||
+1
-1
@@ -154,6 +154,6 @@ gulp.task('cms-delete', () => {
|
||||
return del(['static/admin'], { dot: true });
|
||||
});
|
||||
|
||||
gulp.task('pub-delete', (cb) => {
|
||||
gulp.task('pub-delete', () => {
|
||||
return del(['public/**', '!public']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user