Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in the assets documentation: local_assets_dir #86

Open
introvert opened this issue Apr 6, 2016 · 0 comments
Open

typo in the assets documentation: local_assets_dir #86

introvert opened this issue Apr 6, 2016 · 0 comments

Comments

@introvert
Copy link

According to the asset.rb where you have:

system("rsync -a --del -L -K -vv --progress --rsh='ssh -p #{port}' ./#{dir} #{user}@#{server}:#{cap.current_path}/#{cap.fetch(:local_assets_dir)}")

The variable local_assets_direxpects a string, not an array like in the docs:

set :local_assets_dir, %w(public/assets public/att)

Please fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant