Wednesday, April 12, 2017

Laravel-Mix font path issues

I'm trying to use a theme which I bought from themeforest with Laravel

I have already use mix.copy to move my fonts from node_modules to my public dir, this works fine./

However when I include the following lines in my webpack.mix file,

mix.less('node_modules/elite-theme/eliteadmin-dark/less/style.less', 'public/css', './');

I get the following errors

enter image description here

Any idea what I am doing wrong here?



via flyingSmurfs

Advertisement