Skip to content

Commit 7d4f066

Browse files
author
Liming Xie
committed
add npm version
1 parent 0b30f5c commit 7d4f066

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# casino-server #
22

3+
[![npm version](https://badge.fury.io/js/casino-server.svg)](http://badge.fury.io/js/casino-server)
34
[![Build Status](https://travis-ci.org/floatinghotpot/casino-server.svg)](https://travis-ci.org/floatinghotpot/casino-server)
45

56
An online poker game server powered by redis, node.js and socket.io

dump.rdb

-1.34 KB
Binary file not shown.

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ gulp.task('auto-ut', ['unit-test', 'build'], function(){
119119

120120
gulp.task('auto-e2e', ['build', 'restart-casino-server', 'browser-sync'], function(){
121121

122-
gulp.watch(['conf/*.js', 'spec/test_service.js'], ['restart-casino-server', 'build-js']);
122+
gulp.watch(['conf/*.js', 'spec/e2e/test_service.js'], ['restart-casino-server', 'build-js']);
123123
gulp.watch(['lib/*.js'], ['restart-casino-server', 'build-js']);
124124

125125
gulp.watch(['wwwsrc/main.js', 'wwwsrc/js/*.js'], ['build-js', browsersync.reload]);

0 commit comments

Comments
 (0)