The documentation is vague about the compressor used for both CSS and JS:
# Run all tasks and minify all CSS and JavaScript...
gulp --production
Laravel Elixir is built on top of Gulp -
To minify CSS and JS it uses the gulp-concat, gulp-uglify and gulp-minify-css gulp plugins.