Jack5079 / marko-slug-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marko run static $slug bug

Building this repo results in the following dist:

dist
├── $
│   └── index.html
├── 404
│   └── index.html
├── path
│   └── index.html
└── index.html

But it should be:

dist
├── 404
│   └── index.html
├── path
│   └── index.html
└── index.html

About


Languages

Language:Marko 100.0%