fixes: CNVS-35043
in the webpack build, we were relying on a
‘public/javascripts/compiled/bundles/screenreader_gradebook.js’ file
that was created as an artifact from the requireJS build.
that looked like:
require(['compiled/ember/screenreader_gradebook/main'],
function(App) { window.App = App.create(); });
this file does the same thing so we don’t have to worry about running
rake canvas:compile_assets before running webpack.
test plan:
*
* in webpack, go to the “individual view” (aka screenreader) gradebook
* it should load and not have any errors
Change-Id: I900004a6d73971f8dce01915ec69172341151f8a
Reviewed-on: https://gerrit.instructure.com/102296
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Tested-by: Jenkins
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>