mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20:16 +03:00
Fix gulpfile.js images region name
This commit is contained in:
parent
84a95eb85b
commit
e0a3e68421
|
@ -50,7 +50,7 @@ const pathsConfig = function (appName) {
|
|||
}
|
||||
const paths = pathsConfig()
|
||||
|
||||
// region scripts
|
||||
// region images
|
||||
gulp.task('favicons-images', function (cb) {
|
||||
pump([gulp.src(paths.imagesFavicons_files),
|
||||
gulp.dest(paths.buildImagesFavicons)],
|
||||
|
|
Loading…
Reference in New Issue
Block a user