mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Fix gulpfile.js
This commit is contained in:
parent
5c97f29aaa
commit
a4f025b2ac
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user