Embark plugin to support haml templates
Go to file
Iuri Matias 02bdd8360b update readme 2018-06-28 10:38:20 -04:00
.gitignore first commit 2018-06-28 10:36:55 -04:00
README.md update readme 2018-06-28 10:38:20 -04:00
index.js first commit 2018-06-28 10:36:55 -04:00
package-lock.json first commit 2018-06-28 10:36:55 -04:00
package.json first commit 2018-06-28 10:36:55 -04:00

README.md

Embark-Haml

Plugin for Embark to support haml templates

Installation

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

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

  "plugins": {
    "embark-haml": {}
  }

Requirements

  • Embark 3.0.0 or higher