0

Running make in the /bootstrap directory v2.0.4 no longer is minifying the bootstrap.css. Is there a flag i can set for the build process? Thank you in advance.

merv
  • 67,214
  • 13
  • 180
  • 245
Upworks
  • 267
  • 2
  • 15

1 Answers1

1

What I do now is once any changes to the less files are completed, I run make and then manually run recess on the two bootstrap css files with --compress true and set their output to {filename}-min.css.

Upworks
  • 267
  • 2
  • 15