Support the ongoing development of Laravel.io →
Installation Configuration Security
Last updated 1 year ago.
0

put this in your gulp.js file

elixir(function(mix) { mix.less('app.less') .sass('main.scss') .styles([ 'app.css', 'main.css' ], 'public/css/all.css', 'public/css') .scripts([ 'plugins.js', 'main.js' ], 'public/js/all.js', 'public/js') .version(["public/css/all.css", "public/js/all.js"]); });

0

Sign in to participate in this thread!

Eventy

Your banner here too?

hawkleaf hawkleaf Joined 22 Feb 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.