0

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
1
  • Did you try using the CLI (tns [build|run] [ios|android] --bundle), does the issue still persist? Commented Apr 25, 2019 at 12:25

1 Answer 1

0

another way i to put all your css in app.css it is loaded on start and accessible globally

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.