File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ source 'https://rubygems.org'
2
2
3
3
gem 'compass'
4
4
gem 'zurb-foundation'
5
+ gem 'foreman'
Original file line number Diff line number Diff line change 6
6
chunky_png (~> 1.2 )
7
7
fssm (>= 0.2.7 )
8
8
sass (~> 3.1 )
9
+ foreman (0.62.0 )
10
+ thor (>= 0.13.6 )
9
11
fssm (0.2.10 )
10
12
rake (10.0.3 )
11
13
sass (3.2.6 )
14
+ thor (0.17.0 )
12
15
zurb-foundation (4.0.4 )
13
16
rake
14
17
sass (>= 3.2.0 )
@@ -18,4 +21,5 @@ PLATFORMS
18
21
19
22
DEPENDENCIES
20
23
compass
24
+ foreman
21
25
zurb-foundation
Original file line number Diff line number Diff line change
1
+ compass : compass watch
2
+ toaster : toaster -dw
3
+ specs : toaster -dw -f toaster_spec.coffee
Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ Always know when it's time to increase blinds during Holdem Poker tournament gam
6
6
Developing
7
7
==========
8
8
9
- $ toaster -dw
10
- $ compass watch
9
+ You need Ruby and Node.js installed
10
+
11
+ $ bundle
12
+ $ foreman start
11
13
$ open index.html
12
14
13
- Running tests
14
- =============
15
+ To run tests:
15
16
16
- $ toaster -dw -f toaster_spec.coffee
17
17
$ open SpecRunner.html
18
+
You can’t perform that action at this time.
0 commit comments