This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rake/clean' | |
include ::Rake::DSL | |
BIN = "public_html" | |
HAML = FileList['**/*.haml'] | |
LESS = FileList['**/*.less'] | |
COFFEE = FileList['**/*.coffee'] | |
SASS = FileList['**/*.scss'] |