You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, drop hogan.js in your browser by adding the following script. <script src="http://twitter.github.com/hogan.js/builds/3.0.1/hogan-3.0.1.js"></script>
On the other hand, including that script directly in the browser causes an error ("Uncaught ReferenceError: require is not defined" @ hogan.js:18).
Taking a look at hogan.js, one finds this comment:
// This file is for use with Node.js. See dist/ for browser files.
It looks like you'd expect the developer to download the npm package, compile it and reference the dist version. But, what if one would prefer to use a CDN and simply link the correct file from an external source instead? Would it be possible to have the original link on your homepgae fixed?
Thanks for looking into this, cheers!
The text was updated successfully, but these errors were encountered:
Hi,
In your homepage you mention:
On the other hand, including that script directly in the browser causes an error ("Uncaught ReferenceError: require is not defined" @ hogan.js:18).
Taking a look at
hogan.js
, one finds this comment:It looks like you'd expect the developer to download the npm package, compile it and reference the dist version. But, what if one would prefer to use a CDN and simply link the correct file from an external source instead? Would it be possible to have the original link on your homepgae fixed?
Thanks for looking into this, cheers!
The text was updated successfully, but these errors were encountered: