Removed Traces
This commit is contained in:
parent
fbed296d91
commit
25deedb369
|
|
@ -28,7 +28,6 @@
|
||||||
"@inotom/vue-go-top": "^1.3.0",
|
"@inotom/vue-go-top": "^1.3.0",
|
||||||
"accounting": "^0.4.1",
|
"accounting": "^0.4.1",
|
||||||
"bootstrap-sass": "^3.4.1",
|
"bootstrap-sass": "^3.4.1",
|
||||||
"colors": "^1.4.0",
|
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"lazysizes": "^5.2.2",
|
"lazysizes": "^5.2.2",
|
||||||
"material-icons": "^1.10.6",
|
"material-icons": "^1.10.6",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const mix = require('laravel-mix');
|
const mix = require('laravel-mix');
|
||||||
const colors = require('colors');
|
|
||||||
|
|
||||||
require('laravel-mix-merge-manifest');
|
require('laravel-mix-merge-manifest');
|
||||||
require('laravel-mix-clean');
|
require('laravel-mix-clean');
|
||||||
|
|
@ -17,7 +16,7 @@ const devPublicPath = path.join(
|
||||||
);
|
);
|
||||||
const publicPath = mix.inProduction() ? prodPublicPath : devPublicPath;
|
const publicPath = mix.inProduction() ? prodPublicPath : devPublicPath;
|
||||||
|
|
||||||
console.log(colors.bold.blue(`Assets will be published in: ${publicPath}`));
|
console.log(`Assets will be published in: ${publicPath}`);
|
||||||
|
|
||||||
const assetsPath = path.join(__dirname, 'src', 'Resources', 'assets');
|
const assetsPath = path.join(__dirname, 'src', 'Resources', 'assets');
|
||||||
const jsPath = path.join(assetsPath, 'js');
|
const jsPath = path.join(assetsPath, 'js');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue