jasonlewis / basset

A better asset management package for Laravel.
http://jasonlewis.me/code/basset
240 stars 76 forks source link

Laravel Blade Integration #188

Closed GrahamCampbell closed 9 years ago

GrahamCampbell commented 11 years ago

Whenever i use your blade syntax for serving css, @stylesheets, the html generated has a semi-colon on the end.

eviweb commented 11 years ago

Hi,

it seems the blade engine does not considered semi-colons after a blade command as part of the command. use @stylesheets() instead of @stylesheets(); should do the trick

Eric

GrahamCampbell commented 11 years ago

That's what I was using, but it didn't always work. Sorry I can't remember the exact scenarios anymore.