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

Unified Diff: package.json

Issue 29825555: Issue 6291 - add ManifoldJS packaging for Edge (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/9a56d76cd951
Patch Set: Final patch set Created Aug. 9, 2018, 7:08 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 | « no previous file | packagerEdge.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index a4a29a7bdc8c8d3de67fff4f97e25a808d55cef5..4656e9cb04173ec9adbaeab1a1e7c6a5f10eb7ce 100644
--- a/package.json
+++ b/package.json
@@ -4,10 +4,13 @@
"license": "MPL-2.0",
"dependencies": {
"jsdoc": "3.5.5",
+ "manifoldjs": "0.7.6",
"memory-fs": "0.4.1",
"webpack": "3.6.0"
},
"scripts": {
- "jsdoc": "jsdoc"
+ "jsdoc": "jsdoc",
+ "build-edge": "manifoldjs -l error -p edgeextension -f edgeextension -d $EXT_FOLDER -m $SRC_FOLDER/manifest.json",
+ "package-edge": "manifoldjs -l error -p edgeextension package $EXT_FOLDER/MSGname/edgeextension/manifest/"
}
}
« no previous file with comments | « no previous file | packagerEdge.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld