Skip to content

Instantly share code, notes, and snippets.

View taylorsmith's full-sized avatar

Taylor Smith taylorsmith

View GitHub Profile
@taylorsmith
taylorsmith / tonic-slack-theme
Created October 17, 2018 16:53
Tonic Slack Theme
#851362,#6f1052,#9b1672,#ffffff,#6f1052,#ffffff,#a3d998,#e86264
require 'albacore'
require 'coyote/rake'
client = "{{ client }}"
root_dir = File.expand_path("#{File.dirname(__FILE__)}")
build_dir = "#{root_dir}/build"
src_dir = "#{root_dir}/src"
solution = "#{src_dir}/#{client}.sln"
release_dir = "#{build_dir}/release"
bin_dir = "#{release_dir}/bin"
@taylorsmith
taylorsmith / gitignore
Created June 6, 2012 17:47
Umbraco .gitignore
#
# Misc.
#
.DS_Store
._*
.Spotlight-V100
.Trashes
Thumbs.db
Desktop.ini