How can i develop a meteor app for mobile/pc as one project?

With a requirement:
I want to load only the relevant css, js , html files that are compatible for the device.
I tried external loader but it looses the meteor build magic.
When i load everything from public folder it makes my app file loading manual so it’s isn’t the best way to approach the problem.

Any ideas?