0

The documentation is vague about the compressor used for both CSS and JS:

# Run all tasks and minify all CSS and JavaScript...
gulp --production
Patrick Oscity
  • 53,604
  • 17
  • 144
  • 168
goyote
  • 573
  • 5
  • 13

1 Answers1

0

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.

Ash
  • 6,483
  • 7
  • 29
  • 37