rstacruz / sinatra-assetpack

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

Compiling the whole app #186

Closed leoc closed 9 years ago

leoc commented 9 years ago

Hi!

I am currently working on a project where I deploy the complete precompiled package.

Now the compiled css and html files link to the files with a hash e.g. /images/photos/carousel2.67351309311f22b44a17393c4374dee7.jpg but those files were not copied under the specified name.

Is there a simple solution to this problem, already?

leoc commented 9 years ago

Nevermind. I only did assetpack:precompile:packages...