Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bogeblad/infoglue Loading
base: v3.5.1.0
Choose a base ref
...
head repository: bogeblad/infoglue Loading
compare: master
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 22, 2017

  1. Adds an asset optimization step to the dump asset method

    When an asset is to be dump to disk it can now be passed to a OS level
    executable before the dump is finished. The executable can do anything but
    is expected to perform optimization (e.g. ImageMagick) on the asset. Only
    PNGs and JPGs can use the new function as this time.
    stenbacka committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    515c3f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #234 from stenbacka/digitalAsset-optimization

    Adds an asset optimization step to the dump asset method
    stenbacka committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    206d9c4 View commit details
    Browse the repository at this point in the history
Loading