Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: package.json

Issue 29637578: Issue 6182 - Add build step for fonts and images in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Left Patch Set: Created Dec. 13, 2017, 12:07 p.m.
Right Patch Set: Remove imagemin from fonts build step Created Jan. 5, 2018, 7:54 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « gulpfile.js ('k') | static/src/fonts/Source-Sans-Pro-400/LICENSE.txt » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 { 1 {
2 "name": "help.eyeo.com", 2 "name": "help.eyeo.com",
3 "private": true, 3 "private": true,
4 "licence": "GPL-3.0", 4 "licence": "GPL-3.0",
5 "browserslist": [ 5 "browserslist": [
6 "last 2 versions", 6 "last 2 versions",
7 "ie >= 9" 7 "ie >= 9"
8 ], 8 ],
9 "devDependencies": { 9 "devDependencies": {
10 "autoprefixer": "^7.1.1", 10 "autoprefixer": "^7.1.1",
11 "gulp": "^3.9.1", 11 "gulp": "^3.9.1",
12 "gulp-imagemin": "^4.0.0", 12 "gulp-imagemin": "^4.0.0",
13 "gulp-minify": "0.0.15", 13 "gulp-minify": "0.0.15",
14 "gulp-postcss": "^7.0.0", 14 "gulp-postcss": "^7.0.0",
15 "gulp-rename": "^1.2.2", 15 "gulp-rename": "^1.2.2",
16 "gulp-sass": "^3.1.0", 16 "gulp-sass": "^3.1.0",
17 "gulp-sourcemaps": "^2.6.1", 17 "gulp-sourcemaps": "^2.6.1",
18 "gulp-util": "^3.0.8", 18 "gulp-util": "^3.0.8",
19 "postcss-scss": "^1.0.2", 19 "postcss-scss": "^1.0.2",
20 "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip .tar.gz" 20 "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip .tar.gz"
21 } 21 }
22 } 22 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld