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

Apache virtual host config...404 errors #182

Open jcorry opened 10 years ago

jcorry commented 10 years ago

I followed the instructions and get a 404 when I try to access /assets/javascripts/application.js

The file exists at /app/assets/javascripts/application.js.

I get a Laravel 404 stack trace. Debugbar says the action is : \Codesleeve\AssetPipeline\AssetPipelineController@file

Seems like that should work...any suggestions what I might be missing?