Fix gulpfile.js

This commit is contained in:
Nikita P. Shupeyko 2017-07-10 15:31:40 +03:00
parent 5c97f29aaa
commit a4f025b2ac

View File

@ -46,8 +46,6 @@ const pathsConfig = function (appName) {
this.paths['templates'] = this.paths['app'] + '/templates' this.paths['templates'] = this.paths['app'] + '/templates'
this.paths['templates_files'] = this.paths['templates'] + '/**/*.html' this.paths['templates_files'] = this.paths['templates'] + '/**/*.html'
// Styles autoprefixing and minification
.pipe(sass().on('error', sass.logError))
return this.paths return this.paths
} }
const paths = pathsConfig() const paths = pathsConfig()