docpad-plugin-services icon indicating copy to clipboard operation
docpad-plugin-services copied to clipboard

getDisqus development mode.

Open Hypercubed opened this issue 12 years ago • 1 comments

The getDisqus service function checks if DocPad is in 'production' environment in order to set disqusDeveloper to false (true otherwise). Isn't this strange? Typically I am using 'development', or 'static' environments. DocPad and DocPad plugins seam to expect one of these. Shouldn't it set disqusDeveloper only if in 'development' environment.

Hypercubed avatar Sep 16 '13 11:09 Hypercubed

I've been working with Disqus recently and discovered that var disqus_developer has been deprecated. Citation

Disqus dev guide

pflannery avatar Oct 24 '13 15:10 pflannery