Skip to content

Instantly share code, notes, and snippets.

View Nek's full-sized avatar
🏠
Working from home

Nikita (Anatolievich) Dudnik Nek

🏠
Working from home
View GitHub Profile
@Nek
Nek / jade_stylus_sublime.md
Created December 6, 2011 04:02 — forked from csanz/jade_stylus_sublime.md
Getting Jade and Stylus working w/ Sublime Text 2

Git way

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/miksago/jade-tmbundle.git Jade
git clone https://github.com/LearnBoost/stylus.git Stylus

Ye Old Way

Download Jade and Stylus bundles

@Nek
Nek / test.js
Created August 24, 2011 22:00
test
function () {
alert("!!!");
}