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

Unified Diff: package.json

Issue 29624561: Issue 6104 - Minified code in help center repository (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Consolidated gulp tasks Created Dec. 7, 2017, 2:48 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: package.json
===================================================================
--- a/package.json
+++ b/package.json
@@ -4,15 +4,18 @@
"licence": "GPL-3.0",
"browserslist": [
"last 2 versions",
"ie >= 9"
],
"devDependencies": {
"autoprefixer": "^7.1.1",
"gulp": "^3.9.1",
+ "gulp-minify": "0.0.15",
"gulp-postcss": "^7.0.0",
+ "gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
+ "gulp-sourcemaps": "^2.6.1",
"gulp-util": "^3.0.8",
"postcss-scss": "^1.0.2",
"website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip.tar.gz"
}
}

Powered by Google App Engine
This is Rietveld