This addresses a number of your feedback points that you raised in the PR to add this to the list of requirements.txt
Note, I couldn't get the conversion to add_css_url() and add_javascript_url() to work properly. Basically - in STUDIO only - while the JS loaded (I saw in my network list), the JS entry point wasn't called, so the xblock was basically not working from a JS interaction side. The LMS appeared to work fine, so I'm chalking this up to still some work TBD in Studio and xBlocks.
@antoviaque
This addresses a number of your feedback points that you raised in the PR to add this to the list of requirements.txt
Note, I couldn't get the conversion to add_css_url() and add_javascript_url() to work properly. Basically - in STUDIO only - while the JS loaded (I saw in my network list), the JS entry point wasn't called, so the xblock was basically not working from a JS interaction side. The LMS appeared to work fine, so I'm chalking this up to still some work TBD in Studio and xBlocks.
So I kept the add_css() and add_javascript().