When using sidekick to build the nativescript app , the page-specific css files(css files in the same directory) are not being loaded. These work on the emulator but not when building and running on the device.
My directory structure is :
/app
/pages
/sample
sample.xml
sample.js
sample.css
tns [build|run] [ios|android] --bundle), does the issue still persist?