serverfireteam / blog

A nice blog system with laravel 5 and laravelpanel
MIT License
52 stars 32 forks source link

CSS Linking? #5

Closed notflip closed 8 years ago

notflip commented 9 years ago

I see in your views that you link to your assets in the following way:

<link href="{{asset("packages/serverfireteam/blog/libs/syntaxhighlighter/styles/shCore.css")}}" rel="stylesheet" type="text/css" />

Won't this break? Since we won't have the packages/ folder but it will be in the vendor folder?

AlirezaAlgo commented 9 years ago

@notflip if you don't need code high lighter just remove it from your view ,

when you install the package it would put this files in your public folder