Open

Description
I have a sample pug file inside src
:
doctype html
html(lang="en")
head
title= pageTitle
body
h1 Title
script
include assets/js/myfile.js
I have another folder called build
If I use pug src --out build
I get index.html that includes the js inside the file.
Is there a way I can move the assets folder to build folder and just link them from that folder?
Metadata
Metadata
Assignees
Labels
No labels