Showing 4 of 14 total issues
Function exports
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function (config) {
const configuration = {
basePath: '../',
singleRun: true,
autoWatch: false,
Function exports
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function (config) {
const configuration = {
basePath: '../',
singleRun: false,
autoWatch: true,
Function build
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function build() {
const partialsInjectFile = gulp.src(conf.path.tmp('templateCacheHtml.js'), {read: false});
const partialsInjectOptions = {
starttag: '<!-- inject:partials -->',
ignorePath: conf.paths.tmp,
Function styles
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function styles() {
var lessOptions = {
compress: false,
options: [
'bower_components',