You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2020. It is now read-only.
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 bootstrap-saas@3.3.6
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/bootstrap-sass@3.3.6/assets/stylesheets/bootstrap';
now you can compile sources and use bootstrapjs styles in your code