Created
October 9, 2010 18:16
-
-
Save kfl62/618452 to your computer and use it in GitHub Desktop.
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
#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 |
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
# 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