- Make sure both your browser and OneeChan are up to date.
- Disable your other extensions & scripts to identify conflicts.
- If your issue persists, open a new issue with the following information:
- Precise steps to reproduce the problem, with the expected and actual results.
- Console errors, if any.
- Browser version.
Open your console with:
Ctrl + Shift + J
on Chrome.Ctrl + Shift + K
on Firefox.
- Install node.js.
- Install Grunt's CLI with
npm install -g grunt-cli
. - Clone OneeChan.
cd
into it.- Install/Update OneeChan dependencies with
npm install
.
- Build with
grunt
.
- Update the version with
grunt patch
,grunt minor
orgrunt major
. - Release with
grunt release
.
Note: this is only used to release new OneeChan versions, and is not needed or wanted in pull requests.
- Edit the sources.
- Open a pull request to merge branch.