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

Update AssetsGenerateCommand.php #218

Closed SerafimArts closed 9 years ago

SerafimArts commented 9 years ago

....third attempt

1) fix codestyle 2) fix StaticFileGenerator namespace path (important bug) 3) rename StaticFileGenerator -> StaticFilesGenerator (important bug) 4) fix config path (important bug)

adamprescott commented 9 years ago

+1 for adding this Pull request, also see the related json_decode fix above :)