pyramid_webassets
pyramid_webassets copied to clipboard
Support asset specifications with all settings that expect paths
The ones that seem to be missing it are manifest, cache, load_path and paths.
I wrote a quick implementation for manifest and load_path at https://github.com/Yepoleb/pyramid_webassets/commit/cfba87e1e8cbe5cd9f42fc62fa2a23ecc8a6be6e. It's probably not ready to be merged, but maybe you want to take some parts from it.
If you'd like to open a PR, I'm happy to review. It looks not that complicated. We can perhaps add a test and then merge it.