How can I change the input directory of SASS files in Laravel?
This works fine for when the files are in /resources/assets/sass
elixir(function(mix) {
mix.sass([
'app.scss',
'controllers.scss'
], 'public/assets/css');
});
But I want the input folder to be: /resources/views/footer
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire