Add gist embedding for code snippets

This commit is contained in:
Oliver Davies 2016-03-21 08:05:47 +00:00
parent 020f67fd30
commit 0b12d81b59
6 changed files with 207 additions and 19 deletions

View file

@ -12,6 +12,7 @@ g.task 'vendor-scripts', =>
g.js [
'vendor/bower/jquery/dist/jquery.js',
'vendor/bower/bootstrap-sass/assets/javascripts/bootstrap/collapse.js',
'scripts/vendor/github-cards.js'
'scripts/vendor/gist-embed.js',
'scripts/vendor/github-cards.js',
'scripts/vendor/tweets.js'
], 'vendor.js'