I have been struggling with my css and js files being loading correctly through my Umbraco project. My non Umbraco project includes all the css/js files and the page displays correctly. I created a new Umbraco project and moved all the files over through windows explorer, included them in my VS project, all the files are referenced correctly just like my non Umbraco project and the page does not display correctly.
Should I use the Settings within the Umbraco and add my css and js one at a time?
You should just be able to copy them over them using file manager then you need to right-click on the item and 'Include In Project' and you should see them in the Dashboard - I also copy my folders over which makes managing my project a lot easier by separating out the external project files
css and scripts
I have been struggling with my css and js files being loading correctly through my Umbraco project. My non Umbraco project includes all the css/js files and the page displays correctly. I created a new Umbraco project and moved all the files over through windows explorer, included them in my VS project, all the files are referenced correctly just like my non Umbraco project and the page does not display correctly.
Should I use the Settings within the Umbraco and add my css and js one at a time?
Thanks.
You should just be able to copy them over them using file manager then you need to right-click on the item and 'Include In Project' and you should see them in the Dashboard - I also copy my folders over which makes managing my project a lot easier by separating out the external project files
cool. I was not sure how much of the database was involved with tracking new folders and files.
I think it does a directory scan then includes the files in - you can do it with partial views and views as well
is working on a reply...