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: Separate static directory into src and dist Created Dec. 4, 2017, 8:36 a.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
« no previous file with comments | « includes/product-topics-accordion.tmpl ('k') | static/.DS_Store » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
===================================================================
--- a/package.json
+++ b/package.json
@@ -4,15 +4,19 @@
"licence": "GPL-3.0",
"browserslist": [
"last 2 versions",
"ie >= 9"
],
"devDependencies": {
"autoprefixer": "^7.1.1",
"gulp": "^3.9.1",
+ "gulp-clean-css": "^3.9.0",
+ "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"
}
}
« no previous file with comments | « includes/product-topics-accordion.tmpl ('k') | static/.DS_Store » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld