Skip to content

Instantly share code, notes, and snippets.

@Xatenev
Created November 7, 2014 17:29
Show Gist options
  • Save Xatenev/481920e93830346e7089 to your computer and use it in GitHub Desktop.
Save Xatenev/481920e93830346e7089 to your computer and use it in GitHub Desktop.
Symfony2 assets symlink
php app/console assets:install --symlink web
# Creates symlink instead of copying all assets.
...
{
"extra": {
"symfony-assets-install":"symlink",
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment