Skip to content

embarklabs/embark-haml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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