jeudi 7 juillet 2016

Laravel SASS - Customize the INPUT Directory

How can I change the input directory of SASS files in Laravel?

http://ift.tt/29rLIVZ

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