Goodbye JSPM.
This commit is contained in:
parent
7607759e3f
commit
64c823db55
10 changed files with 1235 additions and 593 deletions
|
@ -1,7 +1,7 @@
|
|||
import angular from 'angular';
|
||||
import 'angular/route';
|
||||
import 'angular/resource';
|
||||
import 'angular-reconnecting-websocket';
|
||||
import 'angular-route';
|
||||
import 'angular-resource';
|
||||
import 'angular-reconnecting-websocket/angular-reconnecting-websocket';
|
||||
import 'angular-strap/dist/modules/dimensions';
|
||||
import 'angular-strap/dist/modules/compiler';
|
||||
import 'angular-strap/dist/modules/tooltip';
|
||||
|
|
|
@ -6,7 +6,7 @@ html, body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
$icon-font-path: "../jspm_packages/npm/bootstrap-sass@3.3.6/assets/fonts/bootstrap/";
|
||||
$icon-font-path: "bootstrap-sass/assets/fonts/bootstrap/";
|
||||
|
||||
// MAIN VARIABLES
|
||||
$body-bg: #ededf3;
|
||||
|
@ -33,7 +33,7 @@ $nav-pills-active-link-hover-color: $brand-primary;
|
|||
|
||||
$tooltip-bg: $brand-primary !default;
|
||||
|
||||
@import '../jspm_packages/npm/bootstrap-sass@3.3.6/assets/stylesheets/bootstrap';
|
||||
@import 'bootstrap-sass/assets/stylesheets/bootstrap';
|
||||
|
||||
$throbber-color: #96d4a1 !default;
|
||||
$throbber-highlight-color: #39b54a !default;
|
||||
|
|
|
@ -10,7 +10,7 @@ body {
|
|||
min-height: 100%;
|
||||
}
|
||||
|
||||
$icon-font-path: "../jspm_packages/npm/bootstrap-sass@3.3.6/assets/fonts/bootstrap/";
|
||||
$icon-font-path: "bootstrap-sass/assets/fonts/bootstrap/";
|
||||
|
||||
// MAIN VARIABLES
|
||||
$body-bg: #0d0d1a;
|
||||
|
@ -44,7 +44,7 @@ $nav-link-hover-bg: rgba(255,255,255,0);
|
|||
|
||||
|
||||
// bower: scss
|
||||
@import '../jspm_packages/npm/bootstrap-sass@3.3.6/assets/stylesheets/bootstrap';
|
||||
@import 'bootstrap-sass/assets/stylesheets/bootstrap';
|
||||
// endbower
|
||||
html,
|
||||
body {
|
||||
|
|
|
@ -97,10 +97,7 @@
|
|||
};
|
||||
</script>
|
||||
<% } %>
|
||||
<script src='/jspm_packages/system-polyfills.js'></script>
|
||||
<script src='/jspm_packages/system.js'></script>
|
||||
<script src='/config.js'></script>
|
||||
<script>System.import('/build/app');</script>
|
||||
<script src="/build/bundle.js"></script>
|
||||
<script src="https://checkout.stripe.com/checkout.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue