Skip to content

Commit

Permalink
lowercase all URLs, upgrade packages; closes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
radekstepan committed Aug 14, 2014
1 parent a04717b commit 43f1732
Show file tree
Hide file tree
Showing 23 changed files with 554 additions and 503 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ example: build

# Run Mocha test suite.
test: build
@NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script --reporter $(REPORTER) --bail
@NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter $(REPORTER) --bail

# Run Mocha test suite in jscoverage mode.
test-cov: prep-coverage
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,4 @@ If you want to test the UI through an example app, execute the following:
$ PORT=5200 npm start
```

Then visit [http://127.0.0.1:5200/admin](http://127.0.0.1:5200/admin).

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/radekstepan/blad/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

Then visit [http://127.0.0.1:5200/admin](http://127.0.0.1:5200/admin).
2 changes: 1 addition & 1 deletion build/server/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

251 changes: 129 additions & 122 deletions build/server/blad.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 43f1732

Please sign in to comment.