Skip to content

Instantly share code, notes, and snippets.

View thetom88's full-sized avatar

Tommaso Capelli thetom88

View GitHub Profile
@thetom88
thetom88 / project.config.ts
Last active August 21, 2016 10:05
Project specific browsersync configuration with reverse proxy (https://github.com/mgechev/angular2-seed/blob/master/tools/config/project.config.ts)
const proxy = require('proxy-middleware');
import { join } from 'path';
import { argv } from 'yargs';
import { SeedConfig } from './seed.config';
/**
* This class extends the basic seed configuration, allowing for project specific overrides. A few examples can be found
* below.
*/