Skip to content

Instantly share code, notes, and snippets.

/*!
* Grunt
* $ npm install grunt-contrib-uglify grunt-autoprefixer grunt-contrib-cssmin grunt-contrib-imagemin grunt-contrib-sass grunt-contrib-watch grunt-contrib-concat grunt-contrib-clean grunt-contrib-jshint grunt-notify --save-dev
*/
module.exports = function(grunt) {
grunt.initConfig({
// Sass
@austinkeeley
austinkeeley / doc-gen.sh
Created January 13, 2015 02:17
Bootstrap standalone documentation generator
#!/usr/bin/bash
# doc-gen.sh is a wrapper around the marked Node.js package that turns markdown
# into HTML and then does some fancy Bootstrap styling to it so we get nice
# clean looking documentation.
#
# Usage: doc-gen.sh your_documentataion_file.md > output_file.html
BOOTSTRAP_STYLE='"'"'this is a test to see if it '"'"'"'"'"'"'"'"'works'"'"'"'"'"'"'"'"' well enough'"'"'
@austinkeeley
austinkeeley / Gruntfile.js
Last active August 29, 2015 14:08
Grunt Starter
module.exports = function(grunt) {
// Load our plugins
grunt.loadNpmTasks('grunt-concurrent');
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-jshint');
@austinkeeley
austinkeeley / captions.sbv
Last active August 29, 2015 14:07
Audio captions for "Building an Ember.js Application"
0:00:01.029,0:00:05.030
Hi, this is Tom and in this screencast we're
going to show you how to build a blog
0:00:05.003,0:00:06.962
reading application using Ember.js.
0:00:07.259,0:00:10.610
Ember is a JavaScript framework for
building ambitious