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

Use sinatra-assetpack to manage js/css assets #28

Closed
cespare opened this issue Sep 6, 2011 · 2 comments
Closed

Use sinatra-assetpack to manage js/css assets #28

cespare opened this issue Sep 6, 2011 · 2 comments

Comments

@cespare
Copy link
Contributor

cespare commented Sep 6, 2011

This has several advantages:

  • We can get rid of a whole bunch of custom rendering/caching code
  • Dev/prod differences will be handled for us
  • This will enable us to easily switch to using the less gem, which means that we can remove all the node dependencies in Barkeep and simplify installation
@ghost ghost assigned cespare Sep 6, 2011
@cespare
Copy link
Contributor Author

cespare commented Sep 19, 2011

I spent some time on this about 1 or 2 weeks ago, but I couldn't get it working for a variety of reasons. Maybe I just need to spend more time with it, but I didn't have a very easy time getting it to render our stuff.

Also, I was wrong about the less gem...as noted in the Gemfile, it doesn't really seem to work with 1.9. So sinatra-assetpack (which just uses Tilt to render most things) may not help us much with LESS.

@cespare
Copy link
Contributor Author

cespare commented Jan 28, 2012

Closing as we're not going to use this.

@cespare cespare closed this as completed Jan 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant