Skip to content

Instantly share code, notes, and snippets.

View jacobcpeters's full-sized avatar

Jacob Peters jacobcpeters

View GitHub Profile
@jacobcpeters
jacobcpeters / Gruntfile.js
Created August 18, 2014 22:10
Simple grunt setup with external config files
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
uglify: grunt.file.readYAML('grunt-config/uglify.yaml'),
watch: grunt.file.readYAML('grunt-config/watch.yaml'),
sass: grunt.file.readYAML('grunt-config/sass.yaml'),
autoprefixer: grunt.file.readYAML('grunt-config/autoprefixer.yaml')
});
@jacobcpeters
jacobcpeters / index.html
Last active August 29, 2015 14:04
NIX slider modification
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>blur</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>1275 <span>Lincoln</span></h1>