-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown Jade/XML Error #128
Comments
I think the problem is with |
Here it is: {
"the-spelling-bee": {
"layout":"_layout",
"title": "The Spelling Bee",
"date": "16 Oct 2013",
"tags": ["education", "academia"]
},
"why-im-not-using-ghost": {
"layout": "_layout",
"title": "Why I'm Not Using Ghost",
"date": "15 Oct 2013",
"tags": ["development", "nodejs", "blogging"]
},
"im-krish": {
"layout": "_layout",
"title": "I'm Krish",
"date": "14 Oct 2013",
"tags": [ "introduction", "thoughts" ]
}
} |
Oh, sorry, I see the problem now. You want this: each tag in item.tags
tag #{tag} Wrapping things like with link http://krrishd.github.io/blog/post/#{slug} …as you’ve done. You’re mixing other content and a variable, so that’s the right place for it. |
But isn't it already like tag #{tag} |
never mind, i see what you're saying. Thanks, it worked :) |
Sorry, should have left that part out. I mean on the each statement. You have |
also, another quick thing, whenI try to compile: /usr/lib/node_modules/harp/node_modules/terraform/lib/helpers/raw.js:427
filePath = filePath.replace(/^\/|\/$/g, '')
^
RangeError: Maximum call stack size exceeded |
@krrishd I'm also running into the
Were you able to resolve it? |
I was able to resolve my issue- I was using Grunt in conjunction with Harp, which put a My solution was to just use Harp in framework mode (by creating a |
Andrew, may I ask why do you have a node_modules folder in your root? -b On Fri, May 16, 2014 at 3:29 PM, Andrew Boni [email protected]:
|
I have some Grunt dev tasks running with Harp. Namely, Is there a way to have this functionality with Harp natively? |
We’re discussing how #275 could solve this by ignoring |
For some reason, I'm getting this error without any indication of what the problem is:
SyntaxError
Unexpected token ILLEGAL
Your Harp app could not be built because of a SyntaxError
in/home/krrishd/Documents/github/blog/_harp/rss.xml.jade
The text was updated successfully, but these errors were encountered: