Skip to content

Instantly share code, notes, and snippets.

version: '2'
services:
### Applications Code Container #############################
applications:
image: tianon/true
volumes:
- ${APPLICATION}:/var/www
############################
# General Setup
############################
### Application Path
# Point to your application code, will be available at `/var/www`.
APPLICATION=../php/
### Data Path:
/**
* Created by Troy McNeil on 8/26/14.
*/
var gulp = require('gulp');
var gutl = require('gulp-util');
var notify = require('gulp-notify');
var phpunit = require('gulp-phpunit');
var uglify = require('gulp-uglify');
var concat = require('gulp-concat');
var rename = require('gulp-rename');