-
Harp should use a name other than "yield" for [the content of a page](https://harpjs.com/docs/development/yield), seeing as how `yield` [is an ES6 keyword for generators](https://developer.mozilla.org…
-
I've been switching back and forth between lib required version of Harp and out of the box Harp (i.e. `harp server`) and something that caught me out is renaming the Harp config file back and forth fr…
-
I'm trying to have harp generate a data feed as a static JS file - as mentioned in the docs, you can do this for .XML files, but trying to do this with a .JS doesn't work. Harp gives it a .js.html ext…
-
- should have the extension `.hbs`.
-
Hey there. My comrade @Tetoq and I created a GUI program to start a Harp server for local development.
You can find the source code here: https://github.com/alexgleason/harp-gui/
Along with a sample …
-
have a new DO droplet and installed nvm
node 5.9.1
installer failed as follows
```
npm install -g harp
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node…
dcsan updated
5 years ago
-
Just renewed the domain for another year. Harp is now over 7 years old. This is just a FYI.
-
1. When update HarpJS?
2. Is it possible to add a function to compile to a PHP version with active PHP code?
-
I'm using [.ejs](http://harpjs.com/docs/development/ejs) files with [HarpJS](http://harpjs.com/) static web server. This command `--files "enrollment/*.ejs, enrollment/css/*"` detects changes to my `.…
-
Hi,
Just starting experimenting with this repo which I saw you mention in some harpjs issue. Really like it so far, since it has that what I am looking for in a new project for experiments (just sa…