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

Errors that were in "assets:generate" #162

Open dakiesse opened 10 years ago

dakiesse commented 10 years ago

Firstly, I really do not know much English, but let's try to understand. Today I first tried to use the asset-pipeline and everything was fine until I wanted to compile using the assets.

The first problem you met, it constantly escape of errors (AssetsGenerateCommand): Here is the solution immediately in the picture... 571ce9bca671fa4d2abaef25ac4249681fe8cedd

The next problem is not an indication of the correct class name (also in the AssetsGenerateCommand): 515ec7ce2a4773385645b44e40e17b1462b0237b

And the last problem (also in the AssetsGenerateCommand): $config has simply array 8fe83d8e177dd37f3e87942cc47695e20ce94f98

After correcting these errors I have worked successfully command.