Skip to content

Commit

Permalink
recompiled style assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MelonSmasher committed Jul 27, 2019
1 parent 82c278f commit 3cc4152
Show file tree
Hide file tree
Showing 26 changed files with 775 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"vue": "^2.5.17"
},
"dependencies": {
"bootstrap-sass": "^3.0.0"
"bootstrap-sass": "^3.4.1"
}
}
12 changes: 9 additions & 3 deletions public/css/app.css

Large diffs are not rendered by default.

Binary file added public/fonts/Material-Design-Icons.eot
Binary file not shown.
751 changes: 751 additions & 0 deletions public/fonts/Material-Design-Icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/Material-Design-Icons.ttf
Binary file not shown.
Binary file added public/fonts/Material-Design-Icons.woff
Binary file not shown.
Binary file added public/fonts/Material-Design-Icons.woff2
Binary file not shown.
Binary file added public/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file added public/fonts/Roboto-Bold.woff
Binary file not shown.
Binary file added public/fonts/Roboto-Bold.woff2
Binary file not shown.
Binary file added public/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file added public/fonts/Roboto-Light.woff
Binary file not shown.
Binary file added public/fonts/Roboto-Light.woff2
Binary file not shown.
Binary file added public/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file added public/fonts/Roboto-Medium.woff
Binary file not shown.
Binary file added public/fonts/Roboto-Medium.woff2
Binary file not shown.
Binary file added public/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file added public/fonts/Roboto-Regular.woff
Binary file not shown.
Binary file added public/fonts/Roboto-Regular.woff2
Binary file not shown.
Binary file added public/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file added public/fonts/Roboto-Thin.woff
Binary file not shown.
Binary file added public/fonts/Roboto-Thin.woff2
Binary file not shown.
3 changes: 3 additions & 0 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"/css/app.css": "/css/app.css?id=1880eb74b0f84f93487a"
}
2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="msapplication-square310x310logo" content="mstile-310x310.png"/>

<title>{{ config('choco.shortname') }} - @yield('title')</title>
<link href="{{ elixir('css/app.css') }}" rel="stylesheet" type='text/css'>
<link href="{{ mix('css/app.css') }}" rel="stylesheet" type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
Expand Down
8 changes: 6 additions & 2 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ const mix = require('laravel-mix');
|
*/

mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css');
//mix.js('resources/js/app.js', 'public/js')
mix.sass('resources/sass/app.scss', 'public/css');

if (mix.inProduction()) {
mix.version();
}
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1247,9 +1247,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=

bootstrap-sass@^3.0.0:
version "3.3.7"
resolved "https://registry.yarnpkg.com/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz#6596c7ab40f6637393323ab0bc80d064fc630498"
bootstrap-sass@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/bootstrap-sass/-/bootstrap-sass-3.4.1.tgz#6843c73b1c258a0ac5cb2cc6f6f5285b664a8e9a"
integrity sha512-p5rxsK/IyEDQm2CwiHxxUi0MZZtvVFbhWmyMOt4lLkA4bujDA1TGoKT0i1FKIWiugAdP+kK8T5KMDFIKQCLYIA==

bootstrap@^4.0.0:
version "4.3.1"
Expand Down

0 comments on commit 3cc4152

Please sign in to comment.