Skip to content

Instantly share code, notes, and snippets.

@ZellSnippets
ZellSnippets / Gruntfile.js
Last active December 23, 2015 14:19 — forked from ospatil/Gruntfile.js
Grunt: Yeoman + Angular + Express + Compass
'use strict';
module.exports = function (grunt) {
// load all grunt tasks
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
// configurable paths
var yeomanConfig = {
app: 'app',
dist: 'dist'