include_rules

: foreach scss/*.scss |> sassc -I scss/ < %f > %o |> %B.css
: foreach *.md |> markdown < %f > %o |> %B.html

# lib.js is a static set of globally defined dependencies that we can avoid building into the bundle every edit on development
: lib/jquery.min.js lib/*.js |> !join_js |> lib.js

# markdown
: markdown/*.js |> !join_js |> lib.markdown.js

: coffee/graphs/grapher.js | $(TOP)/<coffee> |> !bundle_esm |> graphs.esm.min.js
