Skip to content

Instantly share code, notes, and snippets.

View aliuk2012's full-sized avatar
🏬
Nurse! Rebase! Rebase! Sh*t, we’re losing it. Squash commit. Squash commit.

Alistair Laing aliuk2012

🏬
Nurse! Rebase! Rebase! Sh*t, we’re losing it. Squash commit. Squash commit.
  • Laings Online Limited
  • Chesterfield and London
View GitHub Profile
@aliuk2012
aliuk2012 / Gruntfile
Created September 27, 2013 18:35
First Gruntfile.js example
module.exports = function(grunt){
"use strict";
grunt.initConfig({
sass: { // Task
dist: { // Target
options: { // Target options
style: 'expanded'
},
files: { // Dictionary of files
'main.css': 'main.scss', // 'destination': 'source'