Skip to content

Instantly share code, notes, and snippets.

View alexaivars's full-sized avatar

Alexander Aivars alexaivars

  • Aivars AB
  • Sweden
View GitHub Profile
@alexaivars
alexaivars / gist:1038970
Created June 21, 2011 21:37 — forked from jacobastrom/gist:1038045
Alex Aivars Worldwide!
Alex Aivars Worldwide! Site is forked from Jacob Åström Worldwide.
I help companies and organizations create what they normally don’t,
make things they didn’t know they could and do things they
wouldn’t think was possible. Always digital to most extent.
But then again – what isn’t?
Open for inquiries (or, at least, tea).
@alexaivars
alexaivars / Rakefile
Created April 11, 2011 11:03 — forked from andreyvit/Rakefile
sass, haml & coffescript watcher
require 'rake/clean'
include ::Rake::DSL
BIN = "public_html"
HAML = FileList['**/*.haml']
LESS = FileList['**/*.less']
COFFEE = FileList['**/*.coffee']
SASS = FileList['**/*.scss']