Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: update to manifest v3 (Resolves: #32, #33, #29) #39

Closed
wants to merge 4 commits into from

Conversation

jobara
Copy link
Member

@jobara jobara commented Sep 20, 2022

Resolves: #32
Resolves: #33
Resolves: #29

The remaining TODOs are noted in the TODOs file.

Migration docs:

.npmignore Outdated
@@ -6,12 +6,10 @@
.gitignore
.npmignore
.nycrc
.vagrant
chrome_web_store.png
coverage
Gruntfile.js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gruntfile.js can be removed too?

@@ -55,7 +55,16 @@ This will generate a `dist` directory at the root of the project. This is used w
can also be run as an unpacked extension.

```bash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the "Dependencies" section, the dependency on "grunt-cli" probably can be removed too.

@@ -110,7 +114,7 @@ _**NOTE:** Published versions can be installed from the [Chrome Web Store](

### BSD 3-Clause

* [Infusion v3.0.0-dev](https://fluidproject.org/infusion.html)
* [Infusion v4.0.0](https://fluidproject.org/infusion.html)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json is using infusion 4.1.0. The current latest infusion version is 4.3.0.

@@ -1,4 +1,3 @@
/build/
/dist/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/.vagrant/ at line 6 in this file can be removed too.

@cindyli
Copy link
Member

cindyli commented Dec 8, 2022

Closed as the work continues at #40

@cindyli cindyli closed this Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to latest Infusion Update to manifest v3 Migrate build scripts from Grunt to NPM Scripts
2 participants