Closed bennycode closed 7 years ago
I guess that's because the highlight.pack.js
is loaded after the numbers as it's became part of the source and not the external libraries.. I left a comment.. maybe that will fix it :)
@lipis, you trick solved it! It's working now:
@lipis It seems to be ready but I get the exception:
highlight.js not detected!
I guess the problem exists because we hacked in the loading ofhighlight.pack.js
(https://github.com/welovecoding/vote4code/pull/14) andhighlightjs-line-numbers.js
must be included inscripts
after the originalhighlight.pack.js
but I don't know how to do it because includinghighlight.pack.js
is different from the original gae-init way.