Ortuna / padrino-pipeline

Sprockets for padrino apps
MIT License
21 stars 8 forks source link

asset tag helpers aren't linking to production assets #15

Closed icco closed 10 years ago

icco commented 10 years ago

Even though I've precompiled my assets, and am running with RACK_ENV=PRODUCTION, The helpers generate <link href="/css/application.css?1387948987" media="screen" rel="stylesheet" type="text/css"> instead of <link href="/css/application-c2151ed2bcc1d4e607134f180c611b2f.css" media="screen" rel="stylesheet" type="text/css".

Thoughts?

Code: https://github.com/icco/creeper

Ortuna commented 10 years ago

Could you give this another go with master? PADRINO_ENV => RACK_ENV change was not implemented except just a few minutes ago. You may also set config.enable_compression = true when configuring the pipeline.

Ortuna commented 10 years ago

@icco closing for now. Please reopen if you still see this error :cat: