Skip to content

Instantly share code, notes, and snippets.

@mikakane
Created January 17, 2015 09:58
Show Gist options
  • Save mikakane/24a55d0aa219d480316b to your computer and use it in GitHub Desktop.
Save mikakane/24a55d0aa219d480316b to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment