You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understood, the minifier places the minified files to the same folder as the original files. That is not good idea if the application uses links instead the copying files:
'assetManager' => [
'linkAssets' => true,
...
],
I assume the better way is to set in the component settings one special folder for all minified files:
As I understood, the minifier places the minified files to the same folder as the original files. That is not good idea if the application uses links instead the copying files:
I assume the better way is to set in the component settings one special folder for all minified files:
What do you think?
The text was updated successfully, but these errors were encountered: