Everything works except fonts
This commit is contained in:
parent
d2a6fabb64
commit
567549c85c
8 changed files with 251 additions and 309 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"bootstrapVersion": 3,
|
||||
"styleLoaders": ["style", "css", "sass"],
|
||||
"extractStyles": true,
|
||||
"styles": {
|
||||
"mixins": true,
|
||||
"grid": true,
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// License: LGPL-3.0-or-later
|
||||
// require a root component here. This will be treated as the root of a webpack package
|
||||
require('bootstrap-loader');
|
||||
require('../../../javascripts/app/create_new_offsite_payment_pane')
|
|
@ -1,3 +1,4 @@
|
|||
// License: LGPL-3.0-or-later
|
||||
// require a root component here. This will be treated as the root of a webpack package
|
||||
require('bootstrap-loader');
|
||||
require('../../../javascripts/app/edit_payment_pane')
|
|
@ -1,4 +1,5 @@
|
|||
// License: LGPL-3.0-or-later
|
||||
|
||||
require('../../../client/css/global/page.css')
|
||||
require('bootstrap-loader');
|
||||
require('../../../javascripts/app/registration_page')
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
// License: LGPL-3.0-or-later
|
||||
|
||||
require('bootstrap-loader');
|
||||
require('../../../javascripts/app/session_login_page')
|
|
@ -15,8 +15,6 @@
|
|||
|
||||
|
||||
<%= render 'layouts/stylesheets' %>
|
||||
<%= IncludeAsset.css '/client/css/global/page.css' %>
|
||||
<%= IncludeAsset.css '/client/css/bootstrap.css' %>
|
||||
<%= favicon_link_tag %>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
"jquery": "1.11.1",
|
||||
"jquery.cookie": "1.4.1",
|
||||
"marked": "^0.7.0",
|
||||
"mini-css-extract-plugin": "^0.8.0",
|
||||
"mobx": "^4.3.1",
|
||||
"mobx-react": "^5.4.3",
|
||||
"mobx-react-devtools": "^5.0.1",
|
||||
|
|
Loading…
Reference in a new issue