Skip to content

Instantly share code, notes, and snippets.

View mattThousand's full-sized avatar
👨‍🚀

Matt Buckley mattThousand

👨‍🚀
View GitHub Profile
@ospatil
ospatil / Gruntfile.js
Last active March 9, 2020 14:26
Yeoman + Angular + Express = Full-stack
'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'