tenex / rails-assets

The solution to assets management in Rails
https://rails-assets.org
MIT License
1.63k stars 69 forks source link

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

Open offwhite opened 5 years ago

offwhite commented 5 years ago

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 commented 2 years ago

@offwhite Does this still affect you?