Skip to content

Commit d431a51

Browse files
committed
Merge branch 'release/v2.3.4'
2 parents 11f7c05 + 41f1416 commit d431a51

4 files changed

Lines changed: 34 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
activesupport (4.1.2)
5+
activesupport (4.1.4)
66
i18n (~> 0.6, >= 0.6.9)
77
json (~> 1.7, >= 1.7.7)
88
minitest (~> 5.1)
@@ -17,10 +17,10 @@ GEM
1717
fast-stemmer (1.0.2)
1818
ffi (1.9.3)
1919
gemoji (1.5.0)
20-
github-pages (19)
20+
github-pages (20)
2121
RedCloth (= 4.2.9)
2222
jekyll (= 1.5.1)
23-
jekyll-mentions (= 0.0.6)
23+
jekyll-mentions (= 0.0.9)
2424
jekyll-redirect-from (= 0.3.1)
2525
jekyll-sitemap (= 0.3.0)
2626
jemoji (= 0.1.0)
@@ -33,7 +33,7 @@ GEM
3333
html-pipeline (1.5.0)
3434
activesupport (>= 2)
3535
nokogiri (~> 1.4)
36-
i18n (0.6.9)
36+
i18n (0.6.11)
3737
jekyll (1.5.1)
3838
classifier (~> 1.3)
3939
colorator (~> 0.1)
@@ -45,7 +45,7 @@ GEM
4545
redcarpet (~> 2.3.0)
4646
safe_yaml (~> 1.0)
4747
toml (~> 0.1.0)
48-
jekyll-mentions (0.0.6)
48+
jekyll-mentions (0.0.9)
4949
html-pipeline (~> 1.5.0)
5050
jekyll (~> 1.4)
5151
jekyll-redirect-from (0.3.1)
@@ -65,8 +65,8 @@ GEM
6565
rb-kqueue (>= 0.2)
6666
maruku (0.7.0)
6767
mini_portile (0.6.0)
68-
minitest (5.3.5)
69-
nokogiri (1.6.2.1)
68+
minitest (5.4.0)
69+
nokogiri (1.6.3.1)
7070
mini_portile (= 0.6.0)
7171
parslet (1.5.0)
7272
blankslate (~> 2.0)

Gruntfile.js

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,33 @@ module.exports = function(grunt) {
136136
nonull: true,
137137
},
138138
},
139+
jshint: {
140+
gruntfile: {
141+
files: {
142+
src: ['gruntfile.js']
143+
}
144+
},
145+
concat_before: {
146+
files: {
147+
src: ['<%= dirs.js_src %>/**/*.js']
148+
}
149+
},
150+
concat_after: {
151+
files: {
152+
src: ['<%= dirs.js_dist %>/seg_resume.js']
153+
}
154+
}
155+
},
139156
watch: {
157+
gruntfile: {
158+
files: [ 'gruntfile.js' ],
159+
tasks: [ 'jshint:gruntfile' ]
160+
},
140161
js: {
141162
files: [
142163
"<%= dirs.js_src %>/*.js"
143164
],
144-
tasks: [ "concat:custom", "uglify:custom" ],
165+
tasks: [ "jshint:concat_before", "concat:custom", "jshint:concat_after", "uglify:custom" ],
145166
},
146167
less: {
147168
files: [

_includes/content/speaking.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div class="row">
22
<div class="col-md-12">
33
<h2>Shipping the Empty Box: Releasing [string:titleOfGame] on [array:platforms]</h2>
4-
<h3><a href="http://dev.paxsite.com/">PAX Dev</a> <small>August 2014, Seattle, WA</small></h3>
4+
<h3><a href="http://dev.paxsite.com/schedule/panel/shipping-the-empty-box-releasing-stringtitleofgame-on-arrayplatforms">PAX Dev</a> <small>August 2014, Seattle, WA</small></h3>
55
</div>
66
<div class="col-md-9 col-xs-12">
7-
<p>Working on [string:titleOfGame], you need to release it on [array:platforms-0] and perhaps on [array:platforms-1] in the future. You have [int:NULL] time till release. Build engineer and programmer John “Seg” Seggerson (Telltale Games, John McNeil Studio, Domonique Pamplemousse) will help smooth the multi-platform release by outlining build engineering tips for platforms on desktop, mobile, console, and beyond. Increase artist, writer, and programmer efficiency with a set of core specifications and planning applied to existing platforms and future platforms. Skills and knowledge that will reduce release headaches for your [int:sizeOfTeam] team!</p>
7+
<p>Working on [string:titleOfGame], you need to release it on [array:platforms-0] and perhaps on [array:platforms-1] in the future. You have [int:NULL] time till release. Build engineer and programmer John “Seg” Seggerson (Telltale Games, John McNeil Studio, Dominique Pamplemousse) will help smooth the multi-platform release by outlining build engineering tips for platforms on desktop, mobile, console, and beyond. Increase artist, writer, and programmer efficiency with a set of core specifications and planning applied to existing platforms and future platforms. Skills and knowledge that will reduce release headaches for your [int:sizeOfTeam] team!</p>
88
</div>
99
<div class="col-md-3 hidden-xs hidden-sm">
1010
<a href="http://dev.paxsite.com/"><img src="{{site.baseurl}}img/paxdevlogo.png" alt="PAX Dev" class="" /></a>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theseg-github-io",
3-
"version": "2.3.0",
3+
"version": "2.3.4",
44
"author": "John *Seg* Seggerson <seg@segonmedia.com>",
55
"homepage": "http://theseg.github.io/",
66
"repository": {
@@ -9,8 +9,8 @@
99
},
1010
"private": true,
1111
"devDependencies": {
12-
"grunt": "~0.4.2",
13-
"grunt-contrib-concat": "~0.4.0",
12+
"grunt": "~0.4.5",
13+
"grunt-contrib-concat": "^0.5.0",
1414
"grunt-contrib-copy": "~0.5",
1515
"grunt-contrib-imagemin": "~0.7.1",
1616
"grunt-contrib-jshint": "~0.10.0",

0 commit comments

Comments
 (0)