jmalcic / spina-admin-conferences

Conference management plugin for Spina.
MIT License
1 stars 1 forks source link

Rename application.es6 to application.js #281

Closed louis-vs closed 3 years ago

louis-vs commented 3 years ago

File /app/assets/javascripts/spina/admin/conferences/application.es6 needs to be renamed to .js in order to be picked up correctly by the asset pipeline (see docs). This is relevant for the javascript_include_tag in /app/views/spina/admin/hooks/conferences/_head.html.haml.

This is at the least a compatibility issue for the ulab-committee-website, clone commit 0d6d56d to try for yourself.

jmalcic commented 3 years ago

This should be fixed by 923903f5427bedc1515798e30db46a305bfc465e. The relevant files will be available through Sprockets instead.