Skip to content

Commit

Permalink
Merge pull request #59 from rubencm/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Nyholm authored Mar 5, 2018
2 parents 2dd021a + 71c58a6 commit 32f3704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ set :symfony_console_path, "bin/console"
set :symfony_console_flags, "--no-debug"

# Remove app_dev.php during deployment, other files in web/ can be specified here
set :controllers_to_clear, ["app_*.php"]
set :controllers_to_clear, ["app_*.php", "config.php"]

# asset management
set :assets_install_path, "web"
Expand Down

0 comments on commit 32f3704

Please sign in to comment.