Creating Directory Structures in Front-End

I’ve just had a first play at tossing together something with an HTML5 template and a jQuery library. I see I can create new HTML files in a sub directory, but can js and css be organized as well?

A lot of the libraries are organized as such (i just unpacked stuff into a flat single top directory. I am fairly sure I am missing something n00b-ly obvious.

1 Like

You can add js and css files in directories by renaming them like public/js/myfile.js, just add the slash into the input box when renaming. They will still display as flat in the filetree view even though they are within the directories in your app.

2 Likes