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

Unmanifested Asset Helper #21

Open
robwise opened this issue Jun 25, 2017 · 1 comment
Open

Unmanifested Asset Helper #21

robwise opened this issue Jun 25, 2017 · 1 comment
Assignees

Comments

@robwise
Copy link

robwise commented Jun 25, 2017

When using something like the DLL plugin, we are using a completely separate config to do that. Therefore, this file is not in the manifest, since we cannot share manifests between multiple webpack configs.

That's okay for the moment because my team only uses the DLL plugin in development, so we can make sure to not hash the DLL plugin, and then we don't require reading from the manifest. However, we still need to properly grab the files from the correct webpack directory.

I am going to add two more methods to the API:

  • unmanifested_stylesheet_pack_tag
  • unmanifested_javascript_pack_tag
@justin808
Copy link
Member

@robwise check out #20.

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

2 participants