Skip to content

Commit

Permalink
Rebundling is important
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenni Kissinger committed Feb 16, 2016
1 parent 0f9857d commit 28bfce6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Welcome! This app is designed to allow a software development team to play "Plan

Clone the repository, open a command line/terminal, and cd into the directory.

Next, start the server by typing in console:
Next, start the server by typing:

```npm install```

Expand All @@ -25,5 +25,10 @@ Once the server is running, open the app in your browser by navigating to: local

You can open multiple tabs to see how multiple users can submit their estimations and view the results.

## How to deploy the app

To rebundle:

```browserify site/poker.js > site/bundle.js```

Thanks for viewing!
2 changes: 1 addition & 1 deletion site/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@
// JavaScript source code
// function () {

var cards = [0, 0.5, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, "?", "coffee cup"];
var cards = [0, 0.5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 34, 55, 89, 144, "??", "coffee cup"];

var app = angular.module("PokerApp", ["socketService"]);

Expand Down

0 comments on commit 28bfce6

Please sign in to comment.