UNPKG

kickstrap

Version:

Framework for advanced Bootstrap web development

82 lines (73 loc) 1.74 kB
# BASIC SITE SETTINGS window.k$ = # Apps # Local apps to be loaded on every page. apps: [ 'ks:sample-app' 'ks:tinygrowl' 'ks:ang-app' 'ks:kickstrap-logo' ] # Angular components angular: controllers: [ 'messages' 'products' 'docs' 'home' 'login' ] directives: [ 'enter' 'visible' 'repeat' ] filters: [ 'startFrom' ] pages: [ 'first-steps' 'apps' 'api' 'coffeescript' 'jade' 'pages' 'partials' 'roots' 'stylus' 'templates' 'acknowledgments' 'optimizations' 'social-login' 'growls' ] # Firebase URI # firebaseName: 'kickstrap-demo' # Versioning for your Firebase (e.g. https://myfb.firebaseio.com/v1-0/products) firebaseNameVersion: 'v2-0' # Only edit if you know what you're doing. core: [ 'jquery' 'bootstrap' 'angular' 'fontawesome' ] System.map = 'jquery': 'github:components/jquery@2.0' 'bootstrap': 'github:twbs/bootstrap@3.0/js/bootstrap' 'angular': 'github:angular/bower-angular@1.2.1' 'angularFire': 'github:firebase/angularFire@0.5' 'ang-app': 'ks:ang-app' 'angular-route': 'ks:ang-app/resources/angular-route' 'gatedScope': 'ks:ang-app/resources/gatedScope' 'fontawesome': 'github:FortAwesome/Font-Awesome@4.0.3/css/font-awesome.min.css!' 'ngProgress': 'ks:ang-app/resources/ngprogress' 'firebaseSimpleLogin': 'ks:ang-app/resources/firebaseSimpleLogin' 'css': 'github:jspm/plugin-css/css' # some packages need shim config System.shim = 'github:angular/bower-angular@1.2.1/angular.min': exports: 'angular' 'ks:ang-app/resources/angular-route': ['angular'] 'ks:ang-app/resources/ngprogress': ['angular'] 'ks:ang-app/resources/gatedScope': ['angular']