I have copied and pasted CSS and JS files for copy bundled resources and they have been removed from compile sources.
How do I "link" or "import" so that I can use CSS and Javascript files?
Can anyone illuminate me?
First of all, make sure that you have the correct link for CSS & amp; Javascript files when you move them into your encoded project and when you have created a project in Xcode, you should be able to see your project directory in Finder. From there, navigate to the www folder and make sure all your code is pasted in this folder. Also, make sure your homepage is named "index.html" because in this way code will find the right HTML page to display on booting.
Comments
Post a Comment