File cordova.js does not appear

0

Colleagues.

When I create an APP on Intel Xdk with Cordova, the following line appears:

<script src='cordova.js'></script>

But in the directory does not appear this file, but has the folder plugins where it has the folders: cordova-plugin-device, cordova-plugin-splashscreen and cordova-plugin-statusbar.

Why does not the cordova.js file appear?

    
asked by anonymous 29.10.2016 / 00:37

1 answer

1

This file is generated automatically when you build it, so you should reference it and it does not stay in any of the folders in your project. There is a subject explaining in more detail

  

Testing Phonegap / Cordova applications

    
30.11.2016 / 13:49