Deprecating the script 'less'
authorFrederic Massart <fmcell@gmail.com>
Wed, 2 Apr 2014 15:56:53 +0000 (23:56 +0800)
committerFrederic Massart <fmcell@gmail.com>
Wed, 2 Apr 2014 15:56:53 +0000 (23:56 +0800)
scripts/less.sh

index b61dcb7..75de09c 100644 (file)
@@ -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