Skip to content

Commit 7b0c97a

Browse files
committed
update travis w/ uglify build and doc update
1 parent 668aabb commit 7b0c97a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ matrix:
4545
before_install:
4646
- gem install cocoapods
4747
- pod repo update
48-
script: cd ../demo && npm run build-ios-bundle
48+
script: cd ../demo && npm run build-ios-bundle -–uglify
4949
- language: android
5050
os: linux
5151
env:
5252
- Webpack="Android"
5353
jdk: oraclejdk8
5454
before_install: nvm install 6.10.3
55-
script: cd ../demo && npm run build-android-bundle
55+
script: cd ../demo && npm run build-android-bundle --uglify
5656
- stage: "Build"
5757
env:
5858
- BuildAndroid="25"

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ XML widget to create the Material Design Floating Action Button for NativeScript
2222
### NativeScript 3+
2323
`tns plugin add nativescript-floatingactionbutton`
2424

25+
## Configuration
26+
No extra configuration is required for the FAB View component.
27+
2528
### Screenshot
2629
---------------
2730
![FAB Android Screenshot](screens/android.png)
@@ -33,7 +36,7 @@ XML widget to create the Material Design Floating Action Button for NativeScript
3336
## Usage
3437

3538
#### XML
36-
##### **NOTE** The sample XML here will position the FAB on top of the ListView. There is no need for absolute positioning.
39+
##### **NOTE** The sample XML here will position the FAB on top of the ListView. There is no need for absolute positioning due to using a GridLayout row/col settings.
3740
```XML
3841
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded"
3942
xmlns:FAB="nativescript-floatingactionbutton">
@@ -94,7 +97,7 @@ exports.fabTap = function(args) {
9497

9598
***
9699

97-
## Attributes
100+
## API
98101

99102
| Property | Android | iOS | Description | Note |
100103
|------------|-------------------|------|-------------|------|

0 commit comments

Comments
 (0)