Skip to content
#

Pug

pug logo

Formerly known as Jade, Pug is a high-performance templating engine influenced by Haml for Node.js and browsers, with a clean, whitespace-sensitive syntax for writing HTML.

Here are 2,716 public repositories matching this topic...

ivanvoznyakovsky
ivanvoznyakovsky commented Jun 12, 2018

Description

Deploying a single file takes at minimum 30sec whereas vs-deploy does it immediately.

{
    "deploy.reloaded": {
      "targets": [
        {
           "type": "ftp",
           "dir": "/public_html",
           "host": "...",
           "port": 21,
           "secure": false,
           "user": "...",
           "password": "...",
           "mappings": 
Repository
pugjs/pug
Website
pugjs.org

Related Topics

haml