-
See attached image (Thanks RC!).
![skitch](https://f.cloud.github.com/assets/867/1271630/829f5724-2d1e-11e3-876a-3fe730554749.png)
-
Since there is now a C based Sass compiler (https://github.com/hcatlin/libsass), with a wrapper based in node (https://github.com/andrew/node-sass) Im guessing this could possibly be done.
-
I read documentation of init here: http://harpjs.com/docs/environment/init
I made the call:
```
harp init myproject
```
But it gave me 4 files (index.jade,_layout.jade,main.less,404.jade) instead …
-
## Markup/Semantics
Currently, there is a lot of spaghetti code in the HTML. For example, you have redundant and unnecessary `div`s in a lot of places. For example,
``` html
Home
Packages
…
-
Mavericks latest and greatest. Node.js was installed from the package distribution. Node -v returns: v0.10.26
After install, jeet -h returns: -bash: jeet: command not found
Permission / path issue?…
-
First off, I loved your demo page and your ideas so much, I decided to use Gridism for my own [website frontpage](http://hub.skuda.net). This after trying CMS after CMS, design after design - Jekyll, …
skopp updated
11 years ago
-
I just started a project with Harp.js and followed the guide with the _layout.ejs and the index.html, but that does not work.
http://harpjs.com/docs/development/layout
But if i have a about.md and th…
-
On [http://harpjs.com/docs/development/layout](http://harpjs.com/docs/development/layout) `yield` is misspelled the _layout.jade example
-
It would be nice to be able to generate a sitemap of all the published slugs,
or maybe have a global object slugs listing them all
-
I'm trying to compile a projetc done with ejs.
I have a subfolder containing a layout for this subfolder. When I compile i have an error in this layout, the error is : Yield not define.