Skip to content

Instantly share code, notes, and snippets.

@hontas
hontas / Gruntfile.js
Created January 26, 2014 02:16
Gruntfile setup with proxies, fakeEnd and Express server
/*global module:false*/
var proxySnippet = require('grunt-connect-proxy/lib/utils').proxyRequest;
module.exports = function(grunt) {
grunt.initConfig({
// Task configuration.
express: {
dev: {
options: {