Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix global pdfjsImagePath #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 3, 2017

  1. Fix for setting the pdfjsImagePath variable.

    - Changed "url(@pdfjsImagePath/*.*)" to "url('@{pdfjsImagePath}/*.*')"
    - Changed CSS class 'pdfjs 0%' to 'pdf0'
    - Changed CSS class 'pdfjs 100%' to 'pdf100'
    - Added '/.idea' to .gitignore for PHPStorm project.
    
    usages for setting the var:
    - lessc command:
       lessc viewer.less viewer.css --global-var="pdfjsImagePath=path/to/images"
    
    - gulpfile (for example laravel elixir):
        globalVars: {
            pdfjsImagePath: "'path/to/images'"
        }
    Paulsky committed May 3, 2017
    Configuration menu
    Copy the full SHA
    b42e1bb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Configuration menu
    Copy the full SHA
    d3f4885 View commit details
    Browse the repository at this point in the history