Skip to content

Instantly share code, notes, and snippets.

@sintaxi
Created June 24, 2015 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sintaxi/4a2ba0ee6d843748cd5d to your computer and use it in GitHub Desktop.
Save sintaxi/4a2ba0ee6d843748cd5d to your computer and use it in GitHub Desktop.
compile harp project using NodeJS
var harp = require("harp")
harp.compile("source", "www", function(errors, output){
console.log(output)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment