Skip to content

Intentions for integrating with Propshaft? #42

@rmacklin

Description

@rmacklin

I know development on this stuff is still very much in progress, but is it correct to assume that we'll want this gem to work with Propshaft (i.e. in apps that use an alternative asset pipeline to Sprockets)? From what I've seen so far, it doesn't seem like the gem needs any of the more complex Sprockets-specific stuff.

But I noticed the gem currently has a direct reference to a Sprockets constant here:

rescue Sprockets::Rails::Helper::AssetNotFound

Would we want to generalize it such that we only reference that constant when Sprockets has been loaded (after checking if defined?(Sprockets::Rails) or something similar)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions