Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Updated PR#68 to also change the file reference inside of a source map file to point to file revisioned source file; updates a test #69

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

Commits on Nov 21, 2014

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

Commits on Nov 22, 2014

  1. add code that updates sourceMappingURL inside of minified javascript …

    …file and also updates original file reference inside of source map file.
    Ray Farias committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    cdbe055 View commit details
    Browse the repository at this point in the history
  2. add test to check if sourceMappingURL points to new file rev'd source…

    … map file
    Ray Farias committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    6c62c1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40e32eb View commit details
    Browse the repository at this point in the history
  4. add code to update a Javascript's source map's file property to point…

    … to file revisioned path; Update test which checks if the file revision numbers match for both the javascript file and it's source map file.
    Ray Farias committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    b24d08b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

  1. update test with proper assertion library method

    Ray Farias committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    a875cd2 View commit details
    Browse the repository at this point in the history
  2. fix(filerev.js): remove passing argument to grunt.file methods that h…

    …ave it as a default value
    Ray Farias committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    cc7af46 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2014

  1. add regex for finding sourceMappingURL in file that supports absolute…

    … and relative paths
    Ray Farias committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    df07687 View commit details
    Browse the repository at this point in the history
  2. normalize indentation to 2 spaces

    Ray Farias committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    1e029d9 View commit details
    Browse the repository at this point in the history
  3. fix(regex): regex would ignore non-releative paths to sourcemap files…

    … if name included the "-" character
    Ray Farias committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    325c50d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff1bccb View commit details
    Browse the repository at this point in the history