Changed '@pdfjsImagePath' to '@{pdfjsImagePath}' in build.sh.
Please see my pull request in the pdf.js repository for setting the correct paths. By setting the correct paths in viewer.css in the pdf.js repository, the global 'pdfjsImagePath' variable can be set by using the following commands:
Please see my pull request in the pdf.js repository for setting the correct paths. By setting the correct paths in viewer.css in the pdf.js repository, the global 'pdfjsImagePath' variable can be set by using the following commands:
lessc command: lessc viewer.less viewer.css --global-var="pdfjsImagePath=path/to/images"
gulpfile (for example Laravel elixir): globalVars: { pdfjsImagePath: "'path/to/images'" }