rstacruz / sinatra-assetpack

Package your assets transparently in Sinatra.
http://ricostacruz.com/sinatra-assetpack/
MIT License
542 stars 97 forks source link

Precompile rake task is not available #194

Closed dgmstuart closed 9 years ago

dgmstuart commented 9 years ago

I'm using version 0.3.3 (the latest?)

For some reason rake assetpack:precompile described in the docs doesn't work, but rake asset:build does - even though this seems to have been deleted?

doomspork commented 9 years ago

0.3.3 was shipped on April 29th (releases), the changes you're referencing were made on the 30th (commit).

There's been a number of changes since `0.3.3': https://github.com/rstacruz/sinatra-assetpack/compare/v0.3.3...master

I updated my Gemfile to pull from the repo directly, it resolved a couple issues I was having: gem 'sinatra-assetpack', github: 'rstacruz/sinatra-assetpack'

dgmstuart commented 9 years ago

Ah OK - I guess it's not really as maintained as I thought then, if a new gem hasn't been cut in nearly a year. Doesn't sound like something I should be using in production - I'll look for other options. Thanks for your help :)

doomspork commented 9 years ago

@dgmstuart it looks like the project is in need of new maintainers: https://github.com/rstacruz/sinatra-assetpack/issues/197

dgmstuart commented 9 years ago

@doomspork ah right. Not me I'm afraid.