Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
examples-cors: remove node.js server
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Nov 3, 2015
1 parent 37c032b commit ec2330e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ example-server:
cd examples/server/; $(NPM) install
$(NODE) examples/server/index.js

example-browser-cors: all
cd examples/browser-cors/; $(NPM) install
$(NODE) examples/browser-cors/index.js

test: babelify
@$(MOCHA) \
--compilers js:babel/register \
Expand Down
14 changes: 0 additions & 14 deletions examples/browser-cors/index.js

This file was deleted.

0 comments on commit ec2330e

Please sign in to comment.