I'm having a look at https://github.com/angular/angular-seed project.
Let's say I'm ready to deploy the app and I'm copying app directory to a web server / GitHub pages / any other method... In the current version the *_test.js *will be publicly accessible to anyone. *(they are not referenced anywhere but they will be accessible)* I'm just unsure if it is a best practice? Maybe I should use some Gulp / Grunt build script that will package the app or even better - use http://yeoman.io/generators/ that come bundled with *build scripts*? Here is a Google Doc about best practices - https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/edit - and if I was to deploy the project *_test.js* files would be accessible. Many thanks for your suggestions and clarifications Michal -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
