You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-11Lines changed: 4 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The technologies used are Jade, SCSS, ES6, Angular, and Gulp.
5
5
6
6
## Installation
7
7
8
-
If you don't have compass installed run the following:
8
+
If you don't have compass installed, run the following:
9
9
- Windows - gem install compass
10
10
- Linux/OS X - sudo gem install compass
11
11
@@ -26,7 +26,7 @@ Install dependencies by running the following in the root of the project:
26
26
- To run the test runner and view specs.html
27
27
-`gulp serve-specs`
28
28
29
-
## Testing
29
+
###Testing
30
30
31
31
Running `gulp test` will perform a single run of the unit tests with karma.
32
32
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.
37
37
38
38
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.
39
39
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
0 commit comments