Skip to content

Some assets still digested with asset_sync gem - howto #3

@alexey

Description

@alexey

Actually gem working well, created non digested assets in the path.

Problem comes when asset_sync gem reading rails 4 manifest file which is not include "non-digested" stuff.

solved easily with setting manifest to false in the AssetSync configuration (so it read files after precompile), eg:

AssetSync.configure do |config|
  config.manifest = false
end

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