Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Basic update from Bootstrap 2 to Bootstrap 3.3.7 - Latest Bootstrap C…#198

Open
derekwlms wants to merge 1 commit intom7r:masterfrom
derekwlms:issue-79-bootstrap-3
Open

Basic update from Bootstrap 2 to Bootstrap 3.3.7 - Latest Bootstrap C…#198
derekwlms wants to merge 1 commit intom7r:masterfrom
derekwlms:issue-79-bootstrap-3

Conversation

@derekwlms
Copy link
Copy Markdown

Latest Bootstrap CSS, update index template to BS 3 classes. See issue #79 and other similar requests.

@henck
Copy link
Copy Markdown

henck commented May 15, 2017

This change is essential, as the old bootstrap breaks the behavior of demo code that uses a more recent bootstrap version. It is too bad that the project owner hasn't merged this branch yet.

On the other hand, you can copy the new index.tmpl into your own project, and set it as the template to use from your ngdocs configuration in Gruntfile.js. That way, you can also make index.tmpl part of your code repository and make other template changes as required:

ngdocs: {
  options: {
    template: 'ngdocs-template/index.tmpl',
    ....
  },
  ....
}

@derekwlms
Copy link
Copy Markdown
Author

Good point. Turns out, I made further changes to my own fork, adding new custom options to grunt-ngdocs.js, and processing them in ngdoc.js, example.js, etc. I'm not holding my breath on this PR, so I'll stick with my fork for now.

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.

2 participants