Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 669 Bytes

File metadata and controls

15 lines (11 loc) · 669 Bytes

Scripts Directory

Any pre-compiled JavaScript files will go in this directory. Eventually, this will be TypeScript files; until TypeScript 2.0, however, this will typically be ECMAScript 6.0 files to be transpiled using Babel or Google Traceur.

Files

For Angular files, the /Scripts folder will typically be broken down into:

+- /Controllers
+- /Directives
+- /Services

For all other projects, the organization will vary by technologies used.

Note: JavaScript files from vendors will typically be placed in the /Source/Dependencies folder.