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

Added support for lazy loading #177

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

Commits on Aug 20, 2015

  1. Use passed in grunt when registering

    Dave Nagoda committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    1e5028a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2015

  1. Fix CSS processing for media queries with comments

    If a media query contains comments, the busting process is currently cancelled with a "Cannot read property 'property' of undefined" error.
    
    For example:
    @media only screen and (min-device-pixel-ratio: 2) and (min-resolution: 2dppx) {
        /** Just a comment */
        .large-image {
            background-image: url('assets/image1.jpg');
        }
    }
    cgrail committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    0f0a3c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2015

  1. Support cache busting for video tag

    Support both versions of including videos using standalone video tag and using video tag in combination with source tags.
    
    Option 1
    <video><source src="video.mp4" type="video/mp4" /></video>
    
    Option 2
    <video src="video.mp4"></video>
    cgrail committed Aug 29, 2015
    Configuration menu
    Copy the full SHA
    81940ab View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Merge pull request benhoIIand#153 from cgrail/fix-css-media-query-wit…

    …h-comments-issue
    
    Fix CSS processing for media queries with comments
    benhoIIand committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    11b4de6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request benhoIIand#154 from cgrail/add-support-for-video-tag

    Support cache busting for video tag
    benhoIIand committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    e1b3b4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request benhoIIand#152 from dnagoda/use_passed_in_grunt_wh…

    …en_registering
    
    Use passed in grunt when registering
    benhoIIand committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    cf3d4cd View commit details
    Browse the repository at this point in the history
  4. Bumped to v0.6.0

    benhoIIand committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    5a15371 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

  1. Fix typo in Readme

    'cachbust' => 'cachebust'
    krazylegz committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    a310f27 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Merge pull request benhoIIand#157 from krazylegz/master

    Fix typo in Readme
    benhoIIand committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    a9f1fdf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. Match all icon references

    sparanoid committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    b35bdfe View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2015

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

Commits on Jan 6, 2016

  1. Merge pull request benhoIIand#162 from sparanoid/patch-1

    Match all icon references
    benhoIIand committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    e240fe1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request benhoIIand#165 from pushandplay/master

    Support cache busting for meta tags
    benhoIIand committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    911d041 View commit details
    Browse the repository at this point in the history
  3. Updated readme

    benhoIIand committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    b3ba686 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

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

Commits on Jan 15, 2016

  1. Configuration menu
    Copy the full SHA
    ecc5ac9 View commit details
    Browse the repository at this point in the history
  2. Updated dependencies

    benhoIIand committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    1543cfb View commit details
    Browse the repository at this point in the history
  3. Merge branch '0.6.1'

    benhoIIand committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    6c83f9c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Added support for lazy loading

    bhaskarmelkani committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    6898f7b View commit details
    Browse the repository at this point in the history