Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e7822e6

Browse files
author
Nick Litwin
committed
2 parents b6a0289 + 23a0d10 commit e7822e6

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The technologies used are Jade, SCSS, ES6, Angular, and Gulp.
55

66
## Installation
77

8-
If you don't have compass installed run the following:
8+
If you don't have compass installed, run the following:
99
- Windows - gem install compass
1010
- Linux/OS X - sudo gem install compass
1111

@@ -26,7 +26,7 @@ Install dependencies by running the following in the root of the project:
2626
- To run the test runner and view specs.html
2727
- `gulp serve-specs`
2828

29-
## Testing
29+
### Testing
3030

3131
Running `gulp test` will perform a single run of the unit tests with karma.
3232
Running `gulp autotest` will keep the server running and watching files.
@@ -37,14 +37,7 @@ Running `gulp autotest` will keep the server running and watching files.
3737

3838
To contribute to the repository, please create a feature branch off of the dev branch. Once you're finished working on the feature, make a pull request to merge it into dev. Then, make sure to delete the branch when it's no longer used.
3939

40-
### Quick Description of Key Files and Folders
41-
42-
- app.js - where our Angular app is created
43-
- app.routes.js - UI-Router states
44-
- index.jade - contains the header, content (ui-view), and footer
45-
- Assets folder - contains CSS, Fonts, Images, and Scripts (Non-Bower JavaScript files)
46-
47-
### Adding new content
40+
### Adding New Content
4841

4942
Jade Files
5043
- Use index.jade any other module's jade files as a guide for syntax
@@ -56,7 +49,7 @@ SCSS Files
5649
- Store new variables and mixins in the appropriate file in `assets/css/partials`
5750

5851
JS/ES6
59-
- Follow this style guide:
52+
- Follow this [AngularJS style guide](https://github.com/johnpapa/angular-styleguide)
6053

6154
Creating New Views/Pages
6255
- Todo - change the following to be relevant to this particular repo:

0 commit comments

Comments
 (0)