Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bay hackathon 2015 #4

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.c9
3 changes: 1 addition & 2 deletions App-debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<title>psi-feature-burnup</title>


<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.0rc2/sdk-debug.js"></script>
<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.0/sdk-debug.js"></script>
<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.0rc1/lib/analytics/analytics-all.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/async/1.22/async.min.js"></script>

<script type="text/javascript">
// I am keeping the extra , in there to simplify my code. If someone is actually using an old version of IE to make an app let me know.
Rally.loadScripts(
[
"src/App.js",
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "psi-feature-burnup",
"className": "CustomApp",
"server": "https://rally1.rallydev.com",
"sdk": "2.0rc2",
"sdk": "2.0",
"javascript": [
"src/App.js",
"src/calculator.js",
Expand Down
4 changes: 2 additions & 2 deletions deploy/App-external.html

Large diffs are not rendered by default.

Loading