I'm running python (2.7) with Flask with webassets (0.9) and i done all the steps described in the docs for running dustjs, but all results in an empty file. The strangest thing is that when I run dusty directly in the dir with my templates it works fine.
Here is my configs.
myapp.py
assets_env = Environment(app)
assets.py
common_dust = Bundle("dust/*", filters='dustjs', output='gen/dust_compiled.js')
templates/index.html