Skip to content

Updated global lib story to reflect latest changes required by bootst… - #7585

Closed
adityaparab wants to merge 5 commits into
angular:masterfrom
adityaparab:updated-global-lib-page-for-latest-bootstrap
Closed

Updated global lib story to reflect latest changes required by bootst…#7585
adityaparab wants to merge 5 commits into
angular:masterfrom
adityaparab:updated-global-lib-page-for-latest-bootstrap

Conversation

@adityaparab

Copy link
Copy Markdown
Contributor

Will close #7584

…rap4 beta

configuration

- change bootstrap link to point to latest verion
- remove tether import from .angular-cli.json
- update jquery path in .angular-cli.json to point to jquery.slim.js as
  per bootstrap documenation
- update popper.js path in angular-cli.json to point to use umd verion

Closes #7584

@clydin clydin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please squash the commits and update the commit message based on the guidelines found here: https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#commit

"../node_modules/tether/dist/js/tether.js",
"../node_modules/bootstrap/dist/js/bootstrap.js"
"../node_modules/jquery/dist/jquery.slim.js",
"../node_modules/popper.js/dist/umd/popper.js",

@clydin clydin Sep 3, 2017

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Indentation seems off. I'd suggest keeping the original two spaces.

configuration for bootstrap4

- update bootstrap url to point to current version
- remove tether import from .angular-cli.json and replace it with
  popper.js
- specify popper.js should use umd version

Closes #7584
@adityaparab

Copy link
Copy Markdown
Contributor Author

@clydin: I'm having trouble updating commit message and then squashing commits from my machine for some reason. Closing this PR. Will open another one with your review comments implemented.

@angular-automatic-lock-bot

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Stories - Global Lib to reflect latest changes required by bootstrap4 beta

3 participants