Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilered Assets Giving 404 #9

Open
jonahbron opened this issue Feb 20, 2014 · 1 comment
Open

Compilered Assets Giving 404 #9

jonahbron opened this issue Feb 20, 2014 · 1 comment

Comments

@jonahbron
Copy link

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.

@sallner
Copy link
Contributor

sallner commented Jun 16, 2020

@jonahbron Does you issue still persists with the released version of #12 ? Otherwise I will close the issue soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants