Closed cfjedimaster closed 5 years ago
Wow, you are on fire this morning. Thank you, thank-you!
Yeah, well, you didn't see me spend 20 minutes wondering why a file wouldn't run the damn layout. Then I realize I had called it foo.html, not foo.ejs. sigh
Humm, I wonder if we can catch that and throw a warning. The challenge would be using client-side ejs vs sudo-server side ejs
Actually - see my other bug. I'd love to get more verbose output in Terminal. In this example, I could imagine:
[info] Skipping layout as non-dynamic file.
On Mon, Jan 20, 2014 at 2:01 PM, Rob Ellis notifications@github.com wrote:
Humm, I wonder if we can catch that and throw a warning. The challenge would be using client-side ejs vs sudo-server side ejs
— Reply to this email directly or view it on GitHubhttps://github.com/sintaxi/harp/issues/208#issuecomment-32792133 .
Raymond Camden, Web Developer for Adobe
Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster
In the Current doc page (http://harpjs.com/docs/development/current), the EJS example has this:
The } at the end is invalid. This occurs twice in the code sample.