Skip to content

Instantly share code, notes, and snippets.

View cr0ybot's full-sized avatar
🤖

Cory Hughart cr0ybot

🤖
View GitHub Profile
@cr0ybot
cr0ybot / Gruntfile.js
Last active August 29, 2015 14:23 — forked from jshawl/Gruntfile.js
module.exports = function(grunt) {
require('load-grunt-tasks')(grunt);
require('grunt-postcss')(grunt);
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
sass: {
options: {
sourceMap: false
@cr0ybot
cr0ybot / config.rb
Last active August 29, 2015 14:06 — forked from nathansmith/config.rb
preferred_syntax = :scss
http_path = '/'
css_dir = 'css'
sass_dir = 'scss'
images_dir = 'img'
javascripts_dir = 'js'
fonts_dir = 'fonts'
relative_assets = true