mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
default use symlink for asset deployment
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
},
|
||||
"composer-scripts": {
|
||||
"ckeditor:install --clear=drop": "symfony-cmd",
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||
"assets:install --symlink %PUBLIC_DIR%": "symfony-cmd"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user