Skip to content

Move assets to the folder as well #79

Open
@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions