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
489 stars 53 forks source link

Not Found http://localhost/laravel/public/assets/application.css #236

Closed mysmaily closed 9 years ago

mysmaily commented 9 years ago

my composer.json "require": { "laravel/framework": "4.2.*", "codesleeve/asset-pipeline": "dev-master" }, I runed "php artisan assets:setup" Thanks!!

FiloSpaTeam commented 9 years ago

Same problem here.