You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I have a sample pug file inside
src
: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?
The text was updated successfully, but these errors were encountered: