This file contains 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
Tin of peeled plum tomatoes (incl. the juice!) | |
Fist of fresh coriander (cilantro for my US buds) | |
Half a brown onion | |
Half a garlic bulb | |
Half to 2/3 of a Jalapeño | |
2 Tablespoons of Olive Oil (don't get fancy with it) | |
Two shakes of black pepper (any shit will do) | |
Pinch of salt (any shit will do) | |
Chop the shit out of everything choppable |
This file contains 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
export PATH := node_modules/.bin:$(PATH) | |
source_files := $(wildcard lib/*.coffee) | |
build_files := $(source_files:%.coffee=build/%.js) | |
template_source := templates/*.handlebars | |
template_js := build/templates.js | |
app_bundle := build/app.js | |
spec_coffee := $(wildcard spec/*.coffee) | |
spec_js := $(spec_coffee:%.coffee=build/%.js) |