mikakane
1/17/2015 - 9:58 AM

Makefile

Makefile

image:
	mogrify -path doc/image2 -resize 30% doc/image/*
server:
	php -S localhost:8000 -t html
deploy:
	git push heroku master
install:
	npm install;bower install;webpack;
master:
	./node_modules/.bin/js-yaml master.yml > coffee/master.json
compass:
	compass w
setUp:
	git remote add fuel git://github.com/fuel/fuel.git
orphan:
	git checkout --orphan dev
	git add .
	git commit -m "first commit"
composer:
	curl -sS https://getcomposer.org/installer | php