Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Whats affecting the performance of the app ? inline css?

$
0
0

Haha, glad I could help. Theres lots of little things to learn about web/mobile dev, but it looks like you are on the right track.

As far as your concern about multiple CSS files, you are correct that you will need to load multiple files, but a work around, and whats commonly done, is to minify and concat your CSS into one file. Basically, you run your CSS files through a minifier, (I use a grunt library I can point you to) and it will spit out all your CSS into one file. You can also do this with Javascript!

It does make debugging a little more annoying, so I typically leave Concating/minifying/obfuscating until the end. Then I spend a painful night fixing all the issues that brings, then it runs smoothly :smile:

Heres an ionic article talking about that

http://blog.ionic.io/minifying-your-source-code/


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>