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

Heroku support #7

Open
aroop opened this issue May 10, 2011 · 1 comment
Open

Heroku support #7

aroop opened this issue May 10, 2011 · 1 comment

Comments

@aroop
Copy link

aroop commented May 10, 2011

Hi,

Thanks for making it an opensource gem.

Just wanted to check if you guys had any experience in using this gem in heroku?

If not I might actually test it and check if its compatible with heroku infrastructure (no write access on the server).

Thanks,
Ajay

@rondevera
Copy link
Collaborator

Hey Ajay,

I've used AssetHat with a Heroku site before, but their file system was indeed limiting. Rather than minifying CSS/JS on the Heroku server (as you would elsewhere), I tweaked my deployment script to instead minify CSS/JS locally (rake asset_hat:minify), commit public/stylesheets/bundles/ and public/javascripts/bundles/ to my repo, then push to Heroku.

If you do write any similar/better workarounds, feel free to share them in this project's wiki!

Cheers,
Ron

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