Skip to content

Commit

Permalink
Add build to git project, clean up todos and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
6stringbeliever committed Mar 15, 2015
1 parent a68e5ec commit be2c037
Show file tree
Hide file tree
Showing 36 changed files with 549 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
.DS_Store
node_modules
dist
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -2,13 +2,16 @@

Project 5 for the Udacity front-end nanodegree.

This is map of all stadiums in the major professional sports leagues (MLB, NBA,
NFL, NHL, and MLS)

(Why yes, that is a big neighborhood...)

## Installation

1. Download the repo.
1. The optimized content is in the dist directory. The source code is in the dev directory.
1. Run the default Gulp task to re-minify everything if you make changes to the dev code.
1. Run the "gulp build" task to clean the dist directory and re-minify everything if you make changes to the dev code.

## Sites/Tools Used

Expand Down
6 changes: 0 additions & 6 deletions dev/js/app.js
@@ -1,8 +1,5 @@
$(function() {

// TODO: Styles on messages
// TODO: Gulp test vs. build folder

/*
Stadium object. Holds all the data for a single stadium.
*/
Expand Down Expand Up @@ -276,9 +273,6 @@ $(function() {
self.datastatus = ko.observable({ gettingdata: ko.observable(true),
errors: ko.observableArray([]) });

// TODO: DEBUG REMOVE
window.ds = self.datastatus;

self.searchtext = ko.observable("");
self.searchtext.extend({ rateLimit: {
timeout: 400,
Expand Down

0 comments on commit be2c037

Please sign in to comment.