Skip to content

typo in the assets documentation: local_assets_dir #86

Open
@introvert

Description

@introvert

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions