mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
[ticket/16775] Resolve issues noticed by xo in gulpfile
PHPBB3-16775
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
const del = require('del');
|
||||
const gulp = require('gulp');
|
||||
const autoprefixer = require('autoprefixer');
|
||||
const rename = require('gulp-rename');
|
||||
@@ -16,7 +15,7 @@ const paths = {
|
||||
styles: {
|
||||
src: './phpBB/styles/prosilver/theme/*.css',
|
||||
css: './phpBB/styles/prosilver/theme/',
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
function css() {
|
||||
|
Reference in New Issue
Block a user