canvas-lms/frontend_build
Ryan Shaw 6698f41c9d [webpack] don’t rely on a ‘compiled’ version of ember bundle
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>
2017-02-17 19:06:31 +00:00
..
webpackHooks add webpack hooks with osx notifications 2016-12-05 21:54:06 +00:00
BundleExtensionsPlugin.js [webpack] add happypack to make build faster 2017-02-11 23:36:02 +00:00
CompiledReferencePlugin.js [webpack] add happypack to make build faster 2017-02-11 23:36:02 +00:00
baseWebpackConfig.js [webpack] add happypack to make build faster 2017-02-11 23:36:02 +00:00
bundles.js [webpack] don’t rely on a ‘compiled’ version of ember bundle 2017-02-17 19:06:31 +00:00
clientAppPlugin.js apply standard formatting to ./frontend_build JS code 2016-12-12 19:10:26 +00:00
emberHandlebars.js [webpack] add happypack to make build faster 2017-02-11 23:36:02 +00:00
handlebarsPartials.js [webpack] add happypack to make build faster 2017-02-11 23:36:02 +00:00
handlebars_helpers_loader.js apply standard formatting to ./frontend_build JS code 2016-12-12 19:10:26 +00:00
i18n.js apply standard formatting to ./frontend_build JS code 2016-12-12 19:10:26 +00:00
i18nLinerHandlebars.js [webpack] fix translation calls in handlebars files 2017-02-17 04:34:24 +00:00
i18nPlugin.js apply standard formatting to ./frontend_build JS code 2016-12-12 19:10:26 +00:00
jsHandlebarsHelpers.js [webpack] add happypack to make build faster 2017-02-11 23:36:02 +00:00
modulesToIncludeInVendorBundle.js Webpack: better handling of chunks and cdn stuff 2017-01-03 22:50:31 +00:00
pluginsJstLoader.js apply standard formatting to ./frontend_build JS code 2016-12-12 19:10:26 +00:00
unextended.js apply standard formatting to ./frontend_build JS code 2016-12-12 19:10:26 +00:00
webpackHooks.js add webpack hooks with osx notifications 2016-12-05 21:54:06 +00:00
webpackPublicPath.js Webpack: better handling of chunks and cdn stuff 2017-01-03 22:50:31 +00:00
withExtensions.js [webpack] add happypack to make build faster 2017-02-11 23:36:02 +00:00