Skip to content

Instantly share code, notes, and snippets.

@BumbuKhan
Created January 31, 2018 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BumbuKhan/b7f53ad07fee27ee43d2b0cbf6b9f0a4 to your computer and use it in GitHub Desktop.
Save BumbuKhan/b7f53ad07fee27ee43d2b0cbf6b9f0a4 to your computer and use it in GitHub Desktop.
Yii2 turn off asset caching
'assetManager' => [
'class' => 'yii\web\AssetManager',
'forceCopy' => YII_DEBUG,
'appendTimestamp' => YII_DEBUG,
]