Skip to content

Allow a bundle to not have an output #164

@sontek

Description

@sontek

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions