Skip to content

Interfolio/angular-ui-bootstrap

 
 

Repository files navigation

Project Status (please read)

Due to Angular's continued adoption, our creation of the Angular version of this library, and the the project maintainers' moving on to other things, this project is considered feature-complete and is no longer being maintained.

We thank you for all your contributions over the years and hope you've enjoyed using this library as much as we've had developing and maintaining it. It would not have been successful without them.


UI Bootstrap - For Interfolio Devs

Here are the steps you need to take to modify this library:

  1. Clone the Interfolio angular-ui-bootstrap repo
  2. Install local packages npm install
  3. Install grunt if you don't already have it npm i -g grunt-cli
  4. CD into the MC directory of the FE you're working with
  5. Remove the local angular-ui-bootstrap directory rm -rf node_modules/angular-ui-bootstrap
  6. Create a symlink to your local angular-ui-bootstrap ln -s ~/Interfolio/angular-ui-bootstrap node_modules/angular-ui-bootstrap
  7. Go back to the angular-ui-bootstrap repo,
  8. To compile JS you will need to run grunt build
  9. To compile HTML you will need to run grunt before-test build and recompile your FE as templates get cached
  10. To run the build once you are done making all your changes, just use the default task grunt. This will run all the UTs and all the build process.
  11. Bump up the version number with grunt version:patch
  12. You will need to create a tarball of the project before deploying it to GemFury npm pack
  13. Drag tarball unto package upload page on Gemfury

Packages

No packages published

Languages

  • JavaScript 91.2%
  • HTML 7.8%
  • CSS 1.0%