Embark plugin to support pug / jade templates
Go to file
Iuri Matias fdf4a14bcb first commit 2018-06-28 11:14:54 -04:00
.gitignore first commit 2018-06-28 11:14:54 -04:00
README.md first commit 2018-06-28 11:14:54 -04:00
index.js first commit 2018-06-28 11:14:54 -04:00
package-lock.json first commit 2018-06-28 11:14:54 -04:00
package.json first commit 2018-06-28 11:14:54 -04:00

README.md

Embark-pug

Plugin for Embark to support Pug templates (formely known as jade)

Installation

In your embark dapp directory: npm install embark-pug --save

then add embark-pug to the plugins section in embark.json:

  "plugins": {
    "embark-pug": {}
  }

Requirements

  • Embark 3.1.0 or higher