#! /bin/bash ### compile to regular html and css # compile pug pug raw/index.pug -o html echo "dnswatch " | cat - html/index.html > temp mv temp html/index.html echo "" >> html/index.html # compile sass sass raw/index.sass html/index.css # move js cp raw/*.js html # move favicon cp raw/favicon.png html