projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
635da7d
)
Deprecating the script 'less'
author
Frederic Massart
<fmcell@gmail.com>
Wed, 2 Apr 2014 15:56:53 +0000
(23:56 +0800)
committer
Frederic Massart
<fmcell@gmail.com>
Wed, 2 Apr 2014 15:56:53 +0000
(23:56 +0800)
scripts/less.sh
patch
|
blob
|
history
diff --git
a/scripts/less.sh
b/scripts/less.sh
index
b61dcb7
..
75de09c
100644
(file)
--- 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