Skip to content

Instantly share code, notes, and snippets.

@kfl62
Created October 9, 2010 18:16
Show Gist options
  • Save kfl62/618452 to your computer and use it in GitHub Desktop.
Save kfl62/618452 to your computer and use it in GitHub Desktop.
#workflow for staicmatic
cd ~/work/electrowerk_static
# start webserver
staticmatic preview .
# work on src/ haml ors sass files
# start chrome/firefox any browser and point to http://locahost:3000
# check what you done, if you like it
Ctrl C # in terminal where you started the webserver
staicmatic build .
# builds generated files in site/ directory
git gui
# and commit your changes
# then
staticmatic preview . # from beggining
# testing embedded gist on nanoc
# encoding: utf-8
=begin
Some description
=end
require "something"
class GotYou
def some_method
yield
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment