Skip to content

Instantly share code, notes, and snippets.

@uixmat
uixmat / Gruntfile.js
Created May 15, 2017 21:24
Gruntfile.js Sass + Autoprefixer + Live Reload + Server
module.exports = function(grunt) {
// Configuration.
grunt.initConfig({
sass: {
dist: {
options: {
sourcemap: 'none',
style: 'compressed'
},