Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top