From: Frederic Massart Date: Wed, 2 Apr 2014 15:56:53 +0000 (+0800) Subject: Deprecating the script 'less' X-Git-Tag: v1.0~7 X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=0bd378d8b3ccbd3b8519364e0849907641b8384a;p=mdk.git Deprecating the script 'less' --- diff --git a/scripts/less.sh b/scripts/less.sh index b61dcb7..75de09c 100644 --- a/scripts/less.sh +++ b/scripts/less.sh @@ -2,6 +2,11 @@ # # Compile the Less files of Bootstrap base. # +# Deprecated script, please refer to the CSS command. + +echo "This script is deprecated, please use:" +echo " mdk css --compile" +echo "" P=`mdk info -v path` if [[ -z "$(which recess)" ]]; then