Skip to content

Instantly share code, notes, and snippets.

View dburrows's full-sized avatar
🙃

David Burrows dburrows

🙃
View GitHub Profile
@dburrows
dburrows / gist:6462367
Created September 6, 2013 10:59
Sublime Text 3 Icons Fix
fix is here https://github.com/SublimeLinter/SublimeLinter/commit/4ed28de
--
in Sublime Text 3, in the SublimeLinter folder
edit SublimeLinter.py
42: +MARK_THEMES_PATH = os.path.join('Packages', 'SublimeLinter', 'gutter_mark_themes')
263: gutter_mark_image = gutter_mark_theme + '-' + lint_type
@dburrows
dburrows / rspec_cheat_sheet.rd
Created April 25, 2012 11:27 — forked from byplayer/rspec_cheat_sheet.rd
rspec cheat sheet
INSTALL
=======
$ gem install rspec
RSPEC-RAILS
===========
RAILS-3
=======
@dburrows
dburrows / Gemfile
Created March 23, 2012 19:17 — forked from mbleigh/Gemfile
Non-Rails Rackup with Sprockets, Compass, Handlebars, Coffeescript, and Twitter Bootstrap
source "https://rubygems.org"
gem 'sprockets'
gem 'sprockets-sass'
gem 'sass'
gem 'compass'
gem 'bootstrap-sass'
gem 'handlebars_assets'
gem 'coffee-script'
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">