yastaraus
Building from `src` offline?
Hey guys!
I'm new to Deno (and web dev as well to be honest), so could you help me here please. I'm making a site with the Lume (SSG for Deno), and there is the step when I need to build a site from
src
. It is all good when I'm connected to the internet, but when I'm turning if off — building process crushes:
Is that how it supposed to be? I tried to cache every module I've imported by running deno cache --reload _config.js
, but it did not help. Any advice?3 replies