-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I'm setting up a new project with pyramid_fanstatic, but compiled assets don't seem to work. I can serve up static assets just fine with fanstatic, but as soon as I add a compiler to them, they start giving a 404 error. Using Fanstatic 1.0a5. Does pyramid_fanstatic work with that version, or is there something I'm missing?
css_resource = Resource(library, 'application.css', compiler='sass', source='application.scss')
I can compile it just fine from the command line, so I definitely have the binary. I even tried to modify the installed fanstatic package to print something if the compiler was called, but it is never called.
Metadata
Metadata
Assignees
Labels
No labels