From e62e87549aa03143abfde4b2c654dd3610419da2 Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Thu, 2 Oct 2014 10:41:43 +1000 Subject: [PATCH] commit this elsewhere --- config/ng-test.conf.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/ng-test.conf.js b/config/ng-test.conf.js index f87aa3d48a..eadaf984ae 100644 --- a/config/ng-test.conf.js +++ b/config/ng-test.conf.js @@ -27,16 +27,9 @@ module.exports = function(config) { 'app/assets/javascripts/admin/util.js.erb' ], - preprocessors: { - '**/*.coffee': ['coffee'] - }, - coffeePreprocessor: { options: { sourceMap: true - }, - transformPath: function(path) { - return path.replace(/\.coffee$/, '.js'); } },