-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about PhoneGap Build support
- Loading branch information
1 parent
c8e4f45
commit fb3ad89
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
A cordova plugin that allows to exclude files from the build. | ||
|
||
> This plugin does not work in PhoneGap Build [since they don't support cordova hooks][PGB]. | ||
|
||
## Installation | ||
|
||
|
@@ -44,3 +46,6 @@ Tested with `[email protected]`. Requires node 6. For node 4 support use `cordova-pl | |
`cordova-plugin-exclude-files` is licensed under the MIT License. | ||
|
||
Copyright (c) 2017–2018 Raphael von der Grün | ||
|
||
|
||
[PGB]: https://github.com/phonegap/build/issues/425#issuecomment-93126212 |