Updated the Readme file for the BCL solution

This commit is contained in:
atanasovg
2014-03-13 11:01:55 +02:00
parent 39b505384a
commit db2ad76c4b

View File

@ -1,5 +1,15 @@
Steps to build the BCL solution:
```
// TODO: Update code sample using require and BCL File/Folder
```
The BCL solution relies on a custom build task used to filter and rename the compiled javascript files by platform.
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.