I am trying to use Bootstrap and HTML library with Webview. It has a directory structure pretty typical for web based applications.
--js
--css
--images
I need this structure to be copied over at time of the install so when the primary html pages make reference to the js css and image files it can find them.
Question: How do I include this directory structure during the install so it is copied with the rest of the files. The primary html files can be added with the Files area in the project but these are directories with several files for each one.
--js
--css
--images
I need this structure to be copied over at time of the install so when the primary html pages make reference to the js css and image files it can find them.
Question: How do I include this directory structure during the install so it is copied with the rest of the files. The primary html files can be added with the Files area in the project but these are directories with several files for each one.