Skip to content

Instantly share code, notes, and snippets.

@alx
Created March 12, 2009 16:18
Show Gist options
  • Save alx/78143 to your computer and use it in GitHub Desktop.
Save alx/78143 to your computer and use it in GitHub Desktop.
# TDB: :rebuild => false
# A content file can mark itself as dirty by setting the +dirty+ flag to
# +true+ in the meta-data of the file. This will cause the contenet to
# always be compiled when the builder is run. Conversely, setting the
# dirty flag to +false+ will cause the content to never be compiled or
# copied to the output folder.
Webby::Builder.run :rebuild => true, :verbose => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment