mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 20:50:17 +03:00
fixup! Convert Gulpfile to ESM
This commit is contained in:
parent
cbb3aee3ed
commit
6b0ceea7db
|
@ -114,7 +114,7 @@ def remove_sass_files():
|
||||||
|
|
||||||
|
|
||||||
def remove_gulp_files():
|
def remove_gulp_files():
|
||||||
file_names = ["gulpfile.js"]
|
file_names = ["gulpfile.mjs"]
|
||||||
for file_name in file_names:
|
for file_name in file_names:
|
||||||
os.remove(file_name)
|
os.remove(file_name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user