[Solved]-Using Grunt with Django: Best Workflow

2👍

You can symlink Gruntfile and node_modules from upper folders to current, this way grunt build will works well and you will not store cfg file in static folder. Other way is to exclude it with your packaging system like deb or rpm.

Leave a comment