mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Updated the Readme file for the BCL solution
This commit is contained in:
16
Readme.md
16
Readme.md
@ -1,5 +1,15 @@
|
|||||||
Steps to build the BCL solution:
|
Steps to build the BCL solution:
|
||||||
|
|
||||||
```
|
The BCL solution relies on a custom build task used to filter and rename the compiled javascript files by platform.
|
||||||
// TODO: Update code sample using require and BCL File/Folder
|
E.g. the file `application.android.js`, containing the actual platform-specific implementation will become `application.js`
|
||||||
```
|
|
||||||
|
### Build the BuildTasks solution
|
||||||
|
|
||||||
|
[BuildTasks](https://github.com/telerik/xPlatCore/tree/master/Build/Tasks)
|
||||||
|
|
||||||
|
The output of this project is located at (../bin/)
|
||||||
|
|
||||||
|
### Build the BCL project
|
||||||
|
|
||||||
|
There are two build configurations - iOS and Android. Depending on the configuration, the custom build task will prepare the `bin/iOS` and `bin/Android` folders
|
||||||
|
where the files only needed for the specified platform will be copied.
|
Reference in New Issue
Block a user