Showing 2 of 12 total issues
Function exports
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(config) {
var configuration = {
files: listFiles(),
Function browserSyncInit
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function browserSyncInit(baseDir, browser) {
browser = browser === undefined ? 'default' : browser;
var routes = null;
if(baseDir === conf.paths.src || (Array.isArray(baseDir) && baseDir.indexOf(conf.paths.src) !== -1)) {