Skip to content

Compilered Assets Giving 404 #9

@jonahbron

Description

@jonahbron

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions