Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Teinum committed Apr 25, 2013
1 parent 0a786f8 commit 9c502d6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
backend/main.js
backend/node_modules
frontend/collections/*.js
frontend/main.js
frontend/models/*.js
frontend/router.js
frontend/test/*.js
frontend/views/*.js
nohup.out
2 changes: 0 additions & 2 deletions compile_frontend.sh

This file was deleted.

2 changes: 0 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ git pull
sed -i "s|4563|$2|" backend/main.coffee
sed -i "s|http://localhost:4563|$1:$2|" frontend/coffee/main.coffee
coffee --output frontend/js frontend/coffee
nohup coffee backend/main.coffee&
echo $! > /var/run/utt.pid
4 changes: 0 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ The User Testing Tool (UTT) is a research demonstrator to combine user testing w

npm install -g coffee-script

- PhantomJS

npm install -g phantomjs

### Serve frontend

Serve the frontend directory using e.g. Apache.
Expand Down

0 comments on commit 9c502d6

Please sign in to comment.