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