For /static/page-skips-lift.html, the following code in Boot.scala skips Lift processing and defers to tomcat/jetty/whatever for a truly static file. This also allows you to avoid loading of liftAjax.js on a per page basis.
case Req("static" :: "page-skips-lift" :: Nil, "html", _) => false
}```
### Resource ID For Asset Caching