CodeSleeve / asset-pipeline

This Laravel 4 package provides a very simple and easy to use asset pipeline. It was heavily inspired by the Rails asset pipeline. We make use of the wonderful Assetic package to help with pre-compliation!
http://www.codesleeve.com
MIT License
491 stars 53 forks source link

Generate resource with url() method do not including request port #202

Closed jgnan closed 9 years ago

jgnan commented 9 years ago

Hi, I found that in the StylesheetComposer.php, the generator method use the url() method to generate absolute path to a resource, I found it'll ignore the requet's port in my environment when it is not 80. Could any one help with this issue?

jgnan commented 9 years ago

Finally I'd found the problem is from my nginx settings. Sorry for bothering