Questions tagged [harp]

A static web server with built-in preprocessing. Written in node.js.

Harp is a static web server with built-in preprocessing written in Node.js.

It serves Markdown, Jade, EJS, CoffeeScript, Sass, LESS, and Stylus as HTML, CSS and JavaScript without any configuration.

It also makes use of the Layout/Partial paradigm, available to Jade and EJS.

Truly dynamic content achievable by means of flexible custom metadata.

Your code can be easily compiled to HTML, CSS and JavaScript.

Harp can also be used as an embedded express middleware.

It also plays well with client side routers and frameworks.

63 questions
-1
votes
1 answer

Starting Here.js Creating new MapView Get TypeError

I am trying to use harp.gl and used following tutorial. tutorial:https://developer.here.com/tutorials/harpgl/ But I am getting following errors. MapView.ts:919 Uncaught TypeError: Cannot read property 'addEventListener' of null at new MapView…
-1
votes
2 answers

EJS selecting only a sepcific category

I have this piece of code. HTML: class="header-white"<% } %>>
-1
votes
1 answer

redirect a subfolder from heroku to dedicated WordPress hosting

I have a simple site on heroku using Harp (not married to harp, just used something that can serve up static HTML. We need to add a blog in a subfolder domain.com/blog instead of blog.domain.com for SEO reasons. Is there a way on Heroku to redirect…
mikebz
  • 3,277
  • 8
  • 37
  • 50
1 2 3 4
5