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 # Hayaku Bundle
if [ -d ./hayaku ]; then # if [ -d ./hayaku ]; then
echo "Updating Hayaku Bundle..." # echo "Updating Hayaku Bundle..."
cd "$DIR/hayaku" # cd "$DIR/hayaku"
git pull # git pull
git submodule update # git submodule update
cd .. # cd ..
else # else
echo "Installing Hayaku Bundle..." # echo "Installing Hayaku Bundle..."
git clone -b sublime-master git://github.com/hayaku/hayaku.git --recursive # git clone -b sublime-master git://github.com/hayaku/hayaku.git --recursive
fi # fi

View File

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