Sublime: Add CoffeeScript + update Hayaku.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -3,7 +3,9 @@ | ||||
| 	"installed_packages": | ||||
| 	[ | ||||
| 		"AdvancedNewFile", | ||||
| 		"CoffeeScript", | ||||
| 		"Emmet", | ||||
| 		"Hayaku - tools for writing CSS faster", | ||||
| 		"Inc-Dec-Value", | ||||
| 		"Package Control", | ||||
| 		"Stylus", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Artem Sapegin
					Artem Sapegin