-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
432f7db
commit 649a51b
Showing
7 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'showoff' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.4.0) | ||
blankslate (3.1.3) | ||
daemons (1.2.3) | ||
em-websocket (0.3.8) | ||
addressable (>= 2.1.1) | ||
eventmachine (>= 0.12.9) | ||
eventmachine (1.0.9.1) | ||
gli (2.13.4) | ||
htmlentities (4.3.4) | ||
json (1.8.3) | ||
mini_portile2 (2.0.0) | ||
nokogiri (1.6.7.2) | ||
mini_portile2 (~> 2.0.0.rc2) | ||
parslet (1.7.1) | ||
blankslate (>= 2.0, <= 4.0) | ||
rack (1.6.4) | ||
rack-protection (1.5.3) | ||
rack | ||
redcarpet (3.3.4) | ||
showoff (0.11.2) | ||
gli (>= 1.3.2) | ||
htmlentities | ||
json | ||
nokogiri | ||
parslet | ||
redcarpet | ||
sinatra (~> 1.3) | ||
sinatra-websocket | ||
thin (~> 1.3) | ||
sinatra (1.4.7) | ||
rack (~> 1.5) | ||
rack-protection (~> 1.4) | ||
tilt (>= 1.3, < 3) | ||
sinatra-websocket (0.3.1) | ||
em-websocket (~> 0.3.6) | ||
eventmachine | ||
thin (>= 1.3.1, < 2.0.0) | ||
thin (1.6.4) | ||
daemons (~> 1.0, >= 1.0.9) | ||
eventmachine (~> 1.0, >= 1.0.4) | ||
rack (~> 1.0) | ||
tilt (2.0.2) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
showoff | ||
|
||
BUNDLED WITH | ||
1.11.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Presentation | ||
|
||
To start the presentation run | ||
``` | ||
bundle | ||
showoff show | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
!SLIDE | ||
|
||
#Barcalounger ClojureScript: Stylish and Comfortable ClojureScript Development | ||
## by Peter Schuck | ||
## @spinningtopsofdoom | ||
|
||
!SLIDE bullets incremental transition=fade | ||
|
||
- ClojureScript has always been leader in production ready JavaScript | ||
- The development environment however... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ "name": "Barcalounger ClojureScript: How to setup a stylish and comfortable ClojureScript development environment ", | ||
"highlight": "solarized_dark", | ||
"sections": [ | ||
{"section":"cljs_start/intro"} ]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.gray { color: #999; } | ||
body .smbullets > ul > li { list-style-type: none; margin-left: 0; } | ||
body .smbullets.content > ul { padding-left: 0; } | ||
strong { | ||
background-color: gray; | ||
color: white; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
} | ||
body .slide { | ||
background: black; | ||
} | ||
body .content { | ||
color: #DDD; | ||
} |