gulp-platform-overrides
A Gulp plugin for applying platform-specific manifest values. Simply a Gulp wrapper for platform-overrides.
Installation
npm install gulp-platform-overrides
Usage
var gulp = ;var platformOverrides = ; gulp
Options
The options are the same as platform-overrides, except the options
property (the manifest) isn't supported as it is passed down the stream here.
Issues
Please report any issues at platform-overrides.
Example
Example manifest:
For example, when building for Windows, the manifest generated and put into the end app (from the manifest above) would be:
Contributing
See CONTRIBUTING.md