Fix post-gen hook

This commit is contained in:
Bruno Alla 2023-02-06 14:50:39 +00:00
parent 4f134b5776
commit b15cb33fdc
No known key found for this signature in database

View File

@ -101,13 +101,6 @@ def remove_gulp_files():
def remove_webpack_files():
shutil.rmtree("webpack")
remove_vendors_js()
os.remove(
os.path.join(
"{{ cookiecutter.project_slug }}",
"utils",
"loaders.py",
)
)
def remove_vendors_js():