Skip to content

Instantly share code, notes, and snippets.

@sorokadima
Created May 26, 2020 12:29
Show Gist options
  • Save sorokadima/7f87254009888a9ec483bfd469df0abc to your computer and use it in GitHub Desktop.
Save sorokadima/7f87254009888a9ec483bfd469df0abc to your computer and use it in GitHub Desktop.
yii2 recompile assets

Remove all content from web/assets/

BASH

sudo rm -rf web/assets && mkdir web/assets && sudo chmod -R 777 web/assets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment