Skip to content

Commit

Permalink
Fix code on README
Browse files Browse the repository at this point in the history
  • Loading branch information
delef committed May 18, 2016
1 parent 54da36a commit effdcba
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 @@ -69,7 +69,7 @@ set :assets_roles, [:web, :app]
set :assets_prefix, 'prepackaged-assets'

# If you need to touch public/images, public/javascripts, and public/stylesheets on each deploy
set :normalize_asset_timestamps, %{public/images public/javascripts public/stylesheets}
set :normalize_asset_timestamps, %w{public/images public/javascripts public/stylesheets}

# Defaults to nil (no asset cleanup is performed)
# If you use Rails 4+ and you'd like to clean up old assets after each deploy,
Expand Down

0 comments on commit effdcba

Please sign in to comment.