Feature/#35 build tools #36
No reviewers
Labels
No labels
dependencies
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
State: Abandoned
State: Blocked
State: Completed
State: In progress
State: New
State: On Hold
State: Pending
State: Review needed
State: Waiting for release
Type: Bug
Type: Enhancement
Type: Maintenance
Type: Question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Serraniel/AniwatchPlus#36
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/#35-build-tools"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This introduces automatic bundling of the sources and creating the plugins for all browsers. Requires npm and gulp.
Todos
document_start
. This results inrunAfterLoad
being broken now@ -3,0 +20,4 @@
### Tools
This project requires you to install [NPM](https://nodejs.org/en/download/) and [gulp](https://www.npmjs.com/package/gulp).
### Build
Maybe would be nice if you could try to get the scripts from readme.md running with little docs I wrote @kaffem .
Also feel free to add yourself here any time you like, see https://docs.npmjs.com/files/package.json#people-fields-author-contributors.
@ -3,0 +20,4 @@
### Tools
This project requires you to install [NPM](https://nodejs.org/en/download/) and [gulp](https://www.npmjs.com/package/gulp).
### Build
The scripts appear to be working correctly.
This needs to be an object for firefox, see devDocs/manifest.json/developer otherwise it's an invalid extension.
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.