Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit bbbe2e0

Browse files
committed
Move uikit.less
1 parent 9d31b24 commit bbbe2e0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gulp.task('minify-js', () => {
1212
});
1313

1414
gulp.task('less', () => {
15-
return gulp.src('src/assets/*.less')
15+
return gulp.src('public/css/*.less')
1616
.pipe(less())
1717
.pipe(gulp.dest('public/css'));
1818
});
File renamed without changes.

0 commit comments

Comments
 (0)