zarac / tosee

Helps you with what to watch next.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToSee

Helps you with what to watch next.

Prerequisites

Install & Run

git clone https://github.com/zarac/tosee.git
cd tosee
npm install
pushd static/views; sh symlinkall.sh; popd
npm start

NOTE: The .. sh symlinkall.sh .. step is only a temporary work-around for the issue described below.

Issues

  • Seems there's a bug in either dust.js or perhaps express. Template names for partials are not resolving paths correctly. I've specified my template endings to foo.dust.html, and it works for rendering through javascript, but for partials they resolve to foo.dust. This only happens on server side, suggesting it's actually a express bug (or even misconfiguration). Possible "solutions" include: use mere .dust endings, create symbolic links for all templates from *.dust.html to *.dust, fix bug / misconfiguration.

Author

Hannes Landstedt a.k.a. zarac

Source

https://github.com/zarac/tosee.git

Thanks

License

NULL (No Unnecessary License - License)

About

Helps you with what to watch next.


Languages

Language:JavaScript 85.8%Language:CSS 12.8%Language:Shell 1.4%