Sublime: Add CoffeeScript + update Hayaku.

This commit is contained in:
Artem Sapegin 2012-11-27 18:10:05 +04:00
parent 9864d6eebe
commit 7fa34cf140
2 changed files with 12 additions and 10 deletions

View File

@ -27,13 +27,13 @@ cd "$DIR"
#
# Hayaku Bundle
if [ -d ./hayaku ]; then
echo "Updating Hayaku Bundle..."
cd "$DIR/hayaku"
git pull
git submodule update
cd ..
else
echo "Installing Hayaku Bundle..."
git clone -b sublime-master git://github.com/hayaku/hayaku.git --recursive
fi
# if [ -d ./hayaku ]; then
# echo "Updating Hayaku Bundle..."
# cd "$DIR/hayaku"
# git pull
# git submodule update
# cd ..
# else
# echo "Installing Hayaku Bundle..."
# git clone -b sublime-master git://github.com/hayaku/hayaku.git --recursive
# fi

View File

@ -3,7 +3,9 @@
"installed_packages":
[
"AdvancedNewFile",
"CoffeeScript",
"Emmet",
"Hayaku - tools for writing CSS faster",
"Inc-Dec-Value",
"Package Control",
"Stylus",