MRAID Bridge
Project for sharing MRAID.js file between iOS and Android SDKs
Development
Perform following steps to setup for development:
- Clone project
- Install Node via installer or packageManager.
- From root of the project run
npm install
The following commands are available:
Command | Description |
---|---|
npm run lint |
Runs static code analysis. Outputs errors |
npm run lintFix |
Runs static code analysis. Outputs errors and applies fixes if possible |
npm run build |
Transpiles .ts files to appropriate .js files. |
npm run buildRelease |
Runs build and minify together |
npm run minify |
Merges everything into 1 file and applies compression |
npm run test |
Runs all available tests |