2014-11-04 68 views
0

我有一個由幾個捆綁使用的佈局,所以我把css文件放在web/dashboard/css/錯誤鏈接css使用Assetic

當我用簡單的方法:

<link rel="stylesheet" href="{{ asset('dashboard/css/bootstrap.min.css') }}" /> 

樣式應用和我的源代碼

<link rel="stylesheet" href="/boutique/web/dashboard/css/bootstrap.min.css" /> 

得到這個HTML代碼,但是當我使用Assetic

{% stylesheets 'dashboard/css/*' filter='cssrewrite' %} 
    <link rel="stylesheet" href="{{ asset_url }}" /> 
{% endstylesheets %} 

我有很多風格的錯誤,我有這個代碼HTML源代碼

<link rel="stylesheet" href="/boutique/web/app_dev.php/css/ac0081b_part_1_ace-fonts_1.css" /> 

,並在國防部督促風格不工作,我有HTML代碼

<link rel="stylesheet" href="/boutique/web/css/ac0081b.css" /> 

正如我所說的,CSS文件在網/儀表板/ CSS/

回答

0

並在mod prod中風格不起作用,我有HTML代碼

您確定您已部署資產嗎?

// install the assets calling 
app/console assets:install --env=prod 

// dump your assets to real files 
app/console assetic:dump --env=prod 

我的風格很多錯誤,我有這樣的代碼的HTML源代碼

我認爲你所看到的代碼的方式,assetic works