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

promise-polyfill doesn't provide a usable javascript file #458

Open
offwhite opened this issue Sep 26, 2019 · 1 comment
Open

promise-polyfill doesn't provide a usable javascript file #458

offwhite opened this issue Sep 26, 2019 · 1 comment

Comments

@offwhite
Copy link

offwhite commented Sep 26, 2019

It appears that promise-polyfill compiles to an unrecognisable JS structure.

gemfile

gem 'rails-assets-promise-polyfill', source: 'https://rails-assets.org'

Error thrown

 couldn't find file 'promise-polyfill' with type 'application/javascript'
       Checked in these paths: 
         ...
         /path/to/gem/files/gems/rails-assets-promise-polyfill-8.1.0/app/assets/javascripts

The contents of the promise-polyfill javascript directory is:

javascript:
  promise-polyfill:
    dist:
      polyfill.js
    karma.conf.js
    rollup.umd.config.js
    src:
       finally.js
       index.js
       polyfill.js

@hut8
Copy link
Member

hut8 commented Apr 4, 2022

@offwhite Does this still affect you?

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