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
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
bower_components
/node_modules
/bower_components
/npm-debug.log
.DS_Store
npm-debug.log
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ We have included in this repository a client you can run to visualize and test a
* do npm start in the passport home directory
* visit http://localhost:3333

If you do end up making edits, consider making use of gulp's live-reload
feature. Use ``npm run-script watch`` as an alternative to ``npm start``.
N.B.: "watch" terminates early with node 0.10.18 / npm 1.3.8, and latest
versions of dependencies.

## API specification

####POST /api/timeslots - create a timeslot
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "passport",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js watch",
"start": "./node_modules/gulp/bin/gulp.js server",
"watch": "./node_modules/gulp/bin/gulp.js watch",
"build": "./node_modules/gulp/bin/gulp.js build",
"postinstall": "./node_modules/bower/bin/bower install"
},
Expand Down
Empty file modified public/js/bundle.js
100755 → 100644
Empty file.
Empty file modified public/js/vendor.js
100755 → 100644
Empty file.