Feature/#35 build tools #36
|
@ -155,7 +155,7 @@ gulp.task('manifests', () => {
|
|||
Serraniel
commented
Review
```suggestion
debug: isDev
```
```suggestion
debug: isDev
```
|
||||
.pipe($.replace('$semanticVersion', template.version_name))
|
||||
.pipe($.replace('$description', template.description))
|
||||
.pipe($.replace('$author', template.author))
|
||||
.pipe($.replace('$developer', template.developer))
|
||||
```suggestion
debug: isDev
```
|
||||
.pipe($.replace('$developer', JSON.stringify(template.developer)))
|
||||
```suggestion
debug: isDev
```
|
||||
.pipe($.replace('$homepageURL', template.homepage_url))
|
||||
.pipe($.size({
|
||||
showFiles: true,
|
||||
|
|
|||
```suggestion
debug: isDev
```
```suggestion
debug: isDev
```
|
|
@ -5,7 +5,7 @@
|
|||
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension. This needs to be an object for firefox, see [devDocs/manifest.json/developer](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/developer) otherwise it's an invalid extension.
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension. This needs to be an object for firefox, see [devDocs/manifest.json/developer](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/developer) otherwise it's an invalid extension.
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
|
||||
"description": "$description",
|
||||
"manifest_version": 2,
|
||||
"author": "$author",
|
||||
"developer": "$developer",
|
||||
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension. This needs to be an object for firefox, see [devDocs/manifest.json/developer](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/developer) otherwise it's an invalid extension.
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
|
||||
"developer": $developer,
|
||||
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension. This needs to be an object for firefox, see [devDocs/manifest.json/developer](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/developer) otherwise it's an invalid extension.
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
|
||||
"homepage_url": "$homepageURL",
|
||||
"icons": {
|
||||
"48": "images/icon/icon_48.png",
|
||||
|
|
|||
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension. This needs to be an object for firefox, see [devDocs/manifest.json/developer](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/developer) otherwise it's an invalid extension.
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension. This needs to be an object for firefox, see [devDocs/manifest.json/developer](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/developer) otherwise it's an invalid extension.
Yeah you are correct. Somehow forgot to change this but I read it, too. Yeah you are correct. Somehow forgot to change this but I read it, too.
This is fixed. Manifest validation on the webstores also is working now (regarding manifest.json syntax). I will open new issues for other validation problems I noticed. This is fixed. Manifest validation on the webstores also is working now (regarding *manifest.json* syntax). I will open new issues for other validation problems I noticed.
|
|
@ -6,7 +6,7 @@
|
|||
"description": "$description",
|
||||
"manifest_version": 2,
|
||||
"author": "$author",
|
||||
"developer": "$developer",
|
||||
"developer": $developer,
|
||||
"homepage_url": "$homepageURL",
|
||||
"icons": {
|
||||
"48": "images/icon/icon_48.png",
|
||||
|
|