django-grunt icon indicating copy to clipboard operation
django-grunt copied to clipboard

Django tools for integrating Grunt into your workflow

Results 3 django-grunt issues
Sort by recently updated
recently updated
newest added

I noticed that I could not get django to acknowledge changes to any static content that I had applied when invoking `os.system("grunt taskname filelocation")` after collect static. In your documentation...

> I built this project to improve my workflow with Django and Grunt. I work in a *nix environment, so I didn't bother with trying to support other platforms. I...

We're using the workflow where we build everything locally. It would be nice to be able to run grunt-watch (maybe even with runserver) using this, but unfortunately we couldn't.