Skip to content

Commit

Permalink
added about the doc dir we should use
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Apr 18, 2013
1 parent 074ebbe commit 0bf4027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/CodingConventions.md
Expand Up @@ -24,6 +24,7 @@ Each plugin should have its own directory tree with optional child folders calle
* `js` for JavaScript / TypeScript / CoffeeScript code
* `img` for images
* `css` for CSS / SASS / SCSS files
* `doc` for user documentation (in `doc\help.md` and other files) and developer documentation (`doc\developer.md`) which then plugins into the help system

For a plugin called `foo` Inside the `foo/js` folder we typically use a file called `fooPlugin.ts` to define the plugin. This is the file which creates an AngularJS module and defines any associated factories, services, directives, filters, routes, etc.

Expand Down

0 comments on commit 0bf4027

Please sign in to comment.