Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans, html5 project. What is the difference between Site Root Folder and Source Folder?

Always I store an all my front-end sources in Site Root Folder. But today I update netbeans to 8.1 and I notice the Source Folder in the project properties. What this folder for?

enter image description here

like image 611
Denis535 Avatar asked Feb 21 '26 18:02

Denis535


1 Answers

It is good explained in NetBeans Help -> Project Properties Window: Sources

Site Root Folder The contents of this folder will be available through the web server on the production site. It contains the HTML, CSS and JS files that are publicly accessible/visible. This folder typically contains the index.html file.

Source Folder The folder in the project that serves for server-side sources (typically node.js JS files). If the project is a JS library, JavaScript files should be placed in this folder (not in the Site Root Folder).

like image 128
Geery.S Avatar answered Feb 24 '26 12:02

Geery.S



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!