Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Nov 19, 2019
1 parent fedea1f commit ee18fcc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 18,733 deletions.
6 changes: 6 additions & 0 deletions public/assets/css/crater.css

Large diffs are not rendered by default.

18,725 changes: 0 additions & 18,725 deletions public/assets/css/laraspace.css

This file was deleted.

1 change: 0 additions & 1 deletion public/assets/css/laraspace.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion public/assets/js/app.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"/assets/js/app.js": "/assets/js/app.js",
"/assets/css/laraspace.css": "/assets/css/laraspace.css",
"/assets/js/app.js.map": "/assets/js/app.js.map",
"/assets/css/laraspace.css.map": "/assets/css/laraspace.css.map"
"/assets/js/app.js": "/assets/js/app.js?id=163d38f203813d39876c",
"/assets/css/crater.css": "/assets/css/crater.css?id=cfbb5bcff9172ae150e6"
}
File renamed without changes.
2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Crater - Self Hosted Invoicing Platform</title>
<script src="/assets/js/pace.js"></script>
<link href="{{mix("/assets/css/laraspace.css")}}" rel="stylesheet" type="text/css">
<link href="{{mix("/assets/css/crater.css")}}" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicons/apple-touch-icon.png">
Expand Down
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mix.webpackConfig({
*/

mix.js('resources/assets/js/app.js', 'public/assets/js/')
.sass('resources/assets/sass/laraspace.scss', 'public/assets/css/')
.sass('resources/assets/sass/crater.scss', 'public/assets/css/')

if (!mix.inProduction()) {
mix.webpackConfig({
Expand Down

0 comments on commit ee18fcc

Please sign in to comment.