Answer the question
In order to leave comments, you need to log in
How to reset yii js file cache?
Good afternoon!
In Yii2, I put a js file in frontend/web/folder/ and connect it to another site using an absolute path.
It's cached and I can't clear that cache. Cleared assets - did not help. How to clean?
Thank you.
Answer the question
In order to leave comments, you need to log in
In the configuration file, at the time of development. Resources will be updated automatically. No need to manually clean up the assets directory.
'assetManager' => [
'linkAssets' => true
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question