Open offwhite opened 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
@offwhite Does this still affect you?
It appears that promise-polyfill compiles to an unrecognisable JS structure.
gemfile
gem 'rails-assets-promise-polyfill', source: 'https://rails-assets.org'
Error thrown
The contents of the promise-polyfill javascript directory is: