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

feat(assets): isZipArchive indicates if this is a zip asset #944

Merged
merged 4 commits into from
Oct 17, 2018

Commits on Oct 16, 2018

  1. feat(assets): isZipArchive indicates if this is a zip asset (file/dir…

    …ectory)
    
    Adds a property to `Asset` called `isZipArchive` which allows
    checking if the assets represents a zip file. This will be true
    both for `FileAsset` that references an actual .zip file and
    for `ZipDirectoryAsset`.
    Elad Ben-Israel committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    70d5692 View commit details
    Browse the repository at this point in the history
  2. Forgot a test fixture

    Elad Ben-Israel committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    44aba77 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into benisrae/asset-is-z…

    …ip-file
    Elad Ben-Israel committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    695bdeb View commit details
    Browse the repository at this point in the history
  4. Fix test

    Elad Ben-Israel committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    7939dfa View commit details
    Browse the repository at this point in the history