From b4c3d1f1ae47dab6585b364043d6ba4be509d8bc Mon Sep 17 00:00:00 2001 From: "David Humphrey (:humph) david.humphrey@senecacollege.ca" Date: Thu, 20 Dec 2018 17:54:44 -0500 Subject: [PATCH] Remove old config/ dir used by grunt --- config/environment.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 config/environment.js diff --git a/config/environment.js b/config/environment.js deleted file mode 100644 index c4ab3e9..0000000 --- a/config/environment.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = (function() { - var habitat = require('habitat'); - habitat.load(); - return new habitat(); -})();