Shows well formatted Trello card IDs for use in commits and for other quick references. Copies ID by clicking on it.
-
Install a current version of NodeJS.
-
Install Gulp
npm install -g gulp
-
Install dependencies
npm install
All builds are created inside the dist/
directory.
Build all Add-on versions:
gulp
Build the Firefox extension (Desktop and Android):
gulp firefox
Create the files for Chorme, Edge and Opera:
gulp chrome
Not all browsers are able to use the same files. The right file for every browser is selected during the build process.
- manifest.firefox.json => Firefox Desktop, Firefox Android
- manifest.chrome.json => Chrome, Edge, Opera