vendredi 20 mai 2016

Can't have Laravel Elixir rename all.js to all.min.js

 mix.sass('app.scss')
        .copy(jqueryPath + '/dist/jquery.min.js', 'public/js')
        .copy(bootstrapPath + '/fonts', 'public/fonts')
        .copy(bootstrapPath + '/javascripts/bootstrap.min.js', 'public/js')
        .scriptsIn('resources/assets/js')
        .uglify('**/*.js', 'public/js', 'resources/assets/js');

How do I rename the uglified all.js file that is created into all.min.js?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1Tt8TgV
via IFTTT

Aucun commentaire:

Enregistrer un commentaire