From a4f025b2acfe33b37a95cc45cec907e44fba4f10 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Mon, 10 Jul 2017 15:31:40 +0300 Subject: [PATCH] Fix gulpfile.js --- {{cookiecutter.project_slug}}/gulpfile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/gulpfile.js b/{{cookiecutter.project_slug}}/gulpfile.js index 328d043b5..f3278afe5 100644 --- a/{{cookiecutter.project_slug}}/gulpfile.js +++ b/{{cookiecutter.project_slug}}/gulpfile.js @@ -46,8 +46,6 @@ const pathsConfig = function (appName) { this.paths['templates'] = this.paths['app'] + '/templates' this.paths['templates_files'] = this.paths['templates'] + '/**/*.html' -// Styles autoprefixing and minification - .pipe(sass().on('error', sass.logError)) return this.paths } const paths = pathsConfig()