Merge pull request #24 from rancher/dockerfile

typos
This commit is contained in:
Westly Wright
2018-04-25 15:24:02 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -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']);
});