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

Guide doesn't work with latest version of sinatra-asset-pipeline #3

Open
DSUK opened this issue Aug 30, 2016 · 2 comments
Open

Guide doesn't work with latest version of sinatra-asset-pipeline #3

DSUK opened this issue Aug 30, 2016 · 2 comments

Comments

@DSUK
Copy link

DSUK commented Aug 30, 2016

Recreate:
download this example
bundle update sinatra-asset-pipeline
bundle exec rackup -p 3000

@hut8
Copy link
Member

hut8 commented Aug 30, 2016

Please include the error message

@DSUK
Copy link
Author

DSUK commented Aug 31, 2016

The CSS gives a 404, causing the page to load without bootstrap.

I have realised it might be something to do with the stylesheet_tag given that pre-update it generates something along the lines of:
<link rel="stylesheet" href="/assets/application-0d1704d2469e1a168960ab2a81f0904f.css">
and after updating you get:
<link rel="stylesheet" href="/stylesheets/application.css">

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