mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Replaced grunt with gradle
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user