This file contains hidden or 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
{ | |
"name": "code", | |
"version": "0.0.0", | |
"authors": [ | |
"Michael Hellein <[email protected]>" | |
], | |
"license": "All Rights Reserved", | |
"private": true, | |
"ignore": [ | |
"**/.*", |
This file contains hidden or 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
module.exports = function(grunt) { | |
grunt.loadNpmTasks('grunt-contrib-uglify'); | |
var files = [ grunt.option('js') || 'node_modules/bootstrap/js/*.js' ]; | |
grunt.initConfig({ | |
uglify: { | |
options: { | |
report: 'gzip' |
This file contains hidden or 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
source "https://rubygems.org" | |
gem 'compass', '>= 0.12.2' |
This file contains hidden or 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
source ~/.bashrc | |
source ~/.bash_aliases | |
source /usr/local/opt/chruby/share/chruby/auto.sh | |
source /usr/local/opt/chruby/share/chruby/chruby.sh | |
chruby 2 | |
source /usr/local/Cellar/git/2.0.1/etc/bash_completion.d/git-completion.bash | |
source /usr/local/Cellar/git/2.0.1/etc/bash_completion.d/git-prompt.sh |
This file contains hidden or 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
# here | |
alias vba='vim ~/.bash_aliases' | |
alias mba='mate ~/.bash_aliases' | |
alias sba='subl ~/.bash_aliases' | |
alias ba='source ~/.bash_aliases' | |
# profile | |
alias sbp='subl ~/.bash_profile' | |
alias bp='source ~/.bash_profile' | |
# bundle | |
alias bu='bundle' |
NewerOlder