You are viewing a single comment's thread from:

RE: Finally Comments - Sorting Comments & Fixes

in #utopian-io7 years ago

Cool stuff Sam! Just curious, what is a .pub file, and what exactly is the stack you are using for this project. Unfortunately I don't really have a use case for finally comments right now, but I wouldn't mind looking through the source and seeing how you linked up with SteemConnect.

Keep up the good work

Sort:  

Thanks, I appreciate the reply. I haven't seen a .pub file in a few years It's a Microsoft publisher file extension I think. Is there a reason why you're asking? It shouldn't be in this source code/project anywhere.

The backend is a fairly simple Express.js app routing incoming thread urls /tag/author/permalink to a thread view. The embed script them includes that page into an iframe for the user.

I'm still learning a lot of the steem/steemconnect functionality but let me know if I can help with anything.

oh I see, I was clicking through the source and found the /views folder, which now that I look at app.js is just for the view engine

ahh yes the .pug files are views. https://pugjs.org, it used to be called Jade.