all repos — h3rald @ bb34b3a09b97cc26236cc36650f4e4256723c670

The source code of the h3rald.com web site.

scripts/clean.min

 1
 2
 3
 4
 5
 6
 7
 8
;Deletes all temporary and output files.
'hastysite import

"Cleaning temporary folder..." io.notice!
clean-temp
"Cleaning output folder..." io.notice!
clean-output
"All done." io.notice!