Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencm committed Apr 14, 2016
1 parent b0d7009 commit 71c58a6
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 71c58a6

Please sign in to comment.