-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I have "bundle" and "user_files" subdirectories in my flask "static_folder" diectory.
The "bundle" subdirectory contains the static content of the site (js, css, images), compiled using webpack.
The "user_files" subdirectory contains files uploaded by users, such as avatars and illustrations for blog posts.
I'd like the flask-static-digest extension to only apply to the "static_folder/bundle" subdirectory, not "static_folder/user_files".
At the moment, I don't see a way to set up flask_static_digest like this.
Metadata
Metadata
Assignees
Labels
No labels