mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
[ticket/16775] Only run valid eslint runs and fix linting errors
PHPBB3-16775
This commit is contained in:
@@ -23,7 +23,7 @@ function styles() {
|
||||
postcss([
|
||||
autoprefixer(),
|
||||
sorting(sortOrder),
|
||||
]),
|
||||
])
|
||||
)
|
||||
.pipe(gulp.dest(paths.styles.css));
|
||||
}
|
||||
@@ -48,7 +48,7 @@ function minify() {
|
||||
.pipe(
|
||||
postcss([
|
||||
cssnano(),
|
||||
]),
|
||||
])
|
||||
)
|
||||
.pipe(rename({
|
||||
suffix: '.min',
|
||||
|
Reference in New Issue
Block a user