We should have the ability to define a bundle, without an output, so that it can be included in the templates which will declare an output.
For instance:
{% assets filters="cssmin", output="gen/packed.css", "boostrap.css", "styles.css", "sass" %}
sass in this case would be a bundle that you would declare:
sass = Bundle('static/sass/*.sass', filters='sass', debug=False)
No reason to require it to have an output since it'll be included with the tag.
We should have the ability to define a bundle, without an output, so that it can be included in the templates which will declare an output.
For instance:
{% assets filters="cssmin", output="gen/packed.css", "boostrap.css", "styles.css", "sass" %}
sass in this case would be a bundle that you would declare:
sass = Bundle('static/sass/*.sass', filters='sass', debug=False)
No reason to require it to have an output since it'll be included with the tag.