Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap Plugin #99

Merged
merged 14 commits into from
Dec 10, 2018
Merged

Bootstrap Plugin #99

merged 14 commits into from
Dec 10, 2018

Conversation

agubler
Copy link
Member

@agubler agubler commented Dec 3, 2018

Type: feature

The following has been addressed in the PR:

Description:

Description:

Adds BootstrapPlugin that provides a bootstrap.js file to be used as an application entry point. The bootstrap.js performs runtime checks to determine if shims from @dojo/framework need to be loaded. The bootstrap.js will only load shims that are being used within the application.

Related to dojo/framework#183

@@ -8,6 +8,6 @@ if (!has.exists('build-time-render')) {

if (globals.default.__public_path__) {
// @ts-ignore
__webpack_public_path__ = `${window.location.origin}${globals.default.__public_path__}`;
__webpack_public_path__ = window.location.origin + globals.default.__public_path__;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sneaky

@codecov
Copy link

codecov bot commented Dec 4, 2018

Codecov Report

Merging #99 into master will decrease coverage by 0.75%.
The diff coverage is 69.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   85.49%   84.73%   -0.76%     
==========================================
  Files          33       35       +2     
  Lines        1275     1336      +61     
  Branches      356      364       +8     
==========================================
+ Hits         1090     1132      +42     
- Misses        185      204      +19
Impacted Files Coverage Δ
src/bootstrap-plugin/async.js 0% <0%> (ø)
src/bootstrap-plugin/sync.js 0% <0%> (ø)
src/bootstrap-plugin/BootstrapPlugin.ts 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b5e028...2aab290. Read the comment docs.

@agubler agubler merged commit b0da715 into dojo:master Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants