Commit 265c580c by Will Daly

Merge pull request #493 from edx/will/minify-css

Minify CSS
parents c3b36f0a b65b6e44
This source diff could not be displayed because it is too large. You can view the blob instead.
#!/usr/bin/env bash
cd `dirname $BASH_SOURCE` && cd ../openassessment/xblock/static
sass --update sass:css --force
sass --update sass:css --force --style compressed
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment