我有這樣的:當你使用Less時,「forcecompile」對YII意味着什麼?
'components'=>array(
'less'=>array(
'class'=>'ext.less.components.LessCompiler',
'forceCompile'=> true, //YII_DEBUG, // indicates whether to force compiling
//'compress'=>false, // indicates whether to compress compiled CSS
//'debug'=>false, // indicates whether to enable compiler debugging mode
'paths'=>array(
'less/style.less'=>'css/style.css',
),
),
如果我能forceCompile我的網站是非常緩慢的。我會想象,因爲它重新生成每個頁面加載的CSS。我的問題是關於禁用它。如果我禁用它:
- 是否對style.less做出的任何更改都不反映在瀏覽器中?
- 如果是這樣,Less的意義是什麼?當然,它實際上不能用於生產呢?或者你是否禁用了forceCompile,所以它只會生成一次?
任何清晰的forcecompile將不勝感激!
(是的,我看了所有的清楚的解釋...我最好能找到的是this)。
少點,少點語言或少擴展? –
兩者。少擴展實現更少?你爲什麼要問? (想想我錯過了你的問題的關鍵....) – coderama
少郎,絕對是在生產中也使用。分機是你的選擇 –