Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: chrome/common/extensions/docs/third_party/json_minify/README.chromium

Issue 10196005: Revert 133539 - Copy third-party extension deps into local root. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Name: JSON.minify
2 URL: https://github.com/getify/JSON.minify
3 and also https://github.com/kitcambridge/JSON.minify
4 Version: 0.1
5 License: MIT License
6 License file: https://github.com/getify/JSON.minify/blob/master/README.txt
7 (README has license info)
8 Security Critical: no
9
10 Description:
11 A set of scripts that remove comments and whitespace from JSON files.
12
13 Local Modifications:
14 - Got the (much faster) json-minify-sans-regexp.js file from the second
15 URL listed
16 - Removed minify_json.py, it is crazy slow. See commit for replacement.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698