Skip to content
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
14 changes: 7 additions & 7 deletions public_html/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"homepage": "https://github.com/alisonmsmith/termite-ui",
"private": true,
"dependencies": {
"angular": "1.2.x",
"angular-route": "1.2.x",
"angular-loader": "1.2.x",
"angular-mocks": "~1.2.15",
"underscore": "",
"d3": "",
"jquery":""
"angular": "1.2.23",
"angular-route": "1.2.23",
"angular-loader": "1.2.23",
"angular-mocks": "1.2.23",
"underscore": "1.6.0",
"d3": "3.4.11",
"jquery":"2.1.1"
}
}
2 changes: 1 addition & 1 deletion start_localhost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ launch_localhost() {
echo "Starting a python SimpleHTTPServer at port 8000..."
echo "Press Ctrl+C to close this python web server."
echo
cd public_html && python -m SimpleHTTPServer 8000
cd public_html && python -m http.server 8000
}

update_dependencies
Expand Down