6 lines
110 B
Bash
6 lines
110 B
Bash
#! /usr/bin/env bash
|
|
|
|
pug index.pug
|
|
lessc includes/style.less includes/style.css
|
|
wasm-pack build --target web
|