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?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire