Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Install BootstrapJs

pilot911 edited this page Feb 20, 2016 · 8 revisions

Try next steps:

  • go to your project directory, eg:

$ cd /home/user/angular/

  • install global jspm installer and get Bootstrap-saas, eg version 3.3.6:

$ jspm install [email protected]

  • open /home/user/angular/app/styles/vendor.scss and comment all default code, then add line at bottom:
    // change path to font directory for bootstrapjs styles
    $icon-font-path: "../fonts/";
    // include scss files from bootstrapjs
    @import '../../jspm_packages/github/twbs/[email protected]/assets/stylesheets/bootstrap';

now you can compile sources and use bootstrapjs styles in your code

$ gulp serve

or

$ gupl serve-dist

Clone this wiki locally