-
Notifications
You must be signed in to change notification settings - Fork 73
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
base: master
Are you sure you want to change the base?
Commits on Nov 21, 2014
-
Configuration menu - View commit details
-
Copy full SHA for dcff1e5 - Browse repository at this point
Copy the full SHA dcff1e5View commit details
Commits on Nov 22, 2014
-
add code that updates sourceMappingURL inside of minified javascript …
…file and also updates original file reference inside of source map file.
Ray Farias committedNov 22, 2014 Configuration menu - View commit details
-
Copy full SHA for cdbe055 - Browse repository at this point
Copy the full SHA cdbe055View commit details -
add test to check if sourceMappingURL points to new file rev'd source…
… map file
Ray Farias committedNov 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 6c62c1d - Browse repository at this point
Copy the full SHA 6c62c1dView commit details -
update test to check that rev number matches between .js and .map files
Ray Farias committedNov 22, 2014 Configuration menu - View commit details
-
Copy full SHA for 40e32eb - Browse repository at this point
Copy the full SHA 40e32ebView commit details -
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 committedNov 22, 2014 Configuration menu - View commit details
-
Copy full SHA for b24d08b - Browse repository at this point
Copy the full SHA b24d08bView commit details
Commits on Nov 24, 2014
-
update test with proper assertion library method
Ray Farias committedNov 24, 2014 Configuration menu - View commit details
-
Copy full SHA for a875cd2 - Browse repository at this point
Copy the full SHA a875cd2View commit details -
fix(filerev.js): remove passing argument to grunt.file methods that h…
…ave it as a default value
Ray Farias committedNov 24, 2014 Configuration menu - View commit details
-
Copy full SHA for cc7af46 - Browse repository at this point
Copy the full SHA cc7af46View commit details
Commits on Nov 27, 2014
-
add regex for finding sourceMappingURL in file that supports absolute…
… and relative paths
Ray Farias committedNov 27, 2014 Configuration menu - View commit details
-
Copy full SHA for df07687 - Browse repository at this point
Copy the full SHA df07687View commit details -
normalize indentation to 2 spaces
Ray Farias committedNov 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 1e029d9 - Browse repository at this point
Copy the full SHA 1e029d9View commit details -
fix(regex): regex would ignore non-releative paths to sourcemap files…
… if name included the "-" character
Ray Farias committedNov 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 325c50d - Browse repository at this point
Copy the full SHA 325c50dView commit details -
fix sourcemap not rev'ing if not in the same directory as parent file
Ray Farias committedNov 27, 2014 Configuration menu - View commit details
-
Copy full SHA for ff1bccb - Browse repository at this point
Copy the full SHA ff1bccbView commit details