From 40c5a815ffa660f97572db50e4bee1d890a9c530 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 12 May 2015 08:55:19 -0500 Subject: [PATCH] stuff --- gulpfile.js | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 841532c0d2..36d65a1d8c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -15,6 +15,7 @@ var sass = require('gulp-sass'); var through2 = require('through2'); var runSequence = require('run-sequence'); var watch = require('gulp-watch'); +var exec = require('child_process').exec; // !!! TEMP HACK !!! diff --git a/package.json b/package.json index fe97b906b5..c5f00ba50d 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "karma-jasmine": "^0.3.5", "lodash": "^2.4.1", "node-uuid": "^1.4.1", + "run-sequence": "^1.1.0", "serve-static": "^1.9.2", "source-map-support": "^0.2.10", "systemjs": "^0.16.8",