Skip to content

Commit

Permalink
Cleanup and missing deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Sep 7, 2014
1 parent d481416 commit fcf5e13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,8 @@ See it live at [http://petersobot.com/secalculator](http://petersobot.com/secalc

SE Calculator uses a [Gulp](http://gulpjs.com/)-based build system
and includes a Makefile for convenience. The resulting static HTML
is placed in `public/`.
is placed in `public/`. The frontend is an Angular.js app, with a
custom graphing directive to interface with D3.js.

make # to build (downloads deps as required)
make watch # to build every time you change a file
Expand Down Expand Up @@ -52,3 +53,6 @@ warranties of accuracy, completeness, or fitness for any particular purpose.
I wrote this late at night with little concern for best practises, instead
trying to get something out before Frosh Week was over so that the 2019 frosh
could use this tool. If you're reading the code, my apologies for its quality.

Having said that, please feel free to jump in and make changes! I'll gladly
review pull requests and fix issues.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -4,6 +4,7 @@
"description": "A handy financial calculator to estimate the cost of a Waterloo Software Engineering degree.",
"main": "index.js",
"dependencies": {
"bower": "^1.3.9",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-sass": "^0.7.3",
Expand Down

0 comments on commit fcf5e13

Please sign in to comment.