Replaced grunt with gradle

This commit is contained in:
Hristo Hristov
2015-12-16 15:30:19 +02:00
parent 48310a31b8
commit 275b4306cd
8 changed files with 39 additions and 54 deletions

View File

@@ -3,16 +3,8 @@ Contains the source code of the `org.nativescript.widgets` library used by the N
## How to Build
```
gradle build
gradle packFramework
```
This generates widgets-debug.aar and widgets-release.aar files located in the widgets/build/outputs/aar folder.
## How to Make NPM Package
Requires nodejs, npm, gradle and grunt.
```
npm install
grunt
```
This generates tgz files in build folder.
And generates tgz files in dist folder.