From f138ee178b1d250d06f9cd66cb207830aafd5cd3 Mon Sep 17 00:00:00 2001 From: Kevin Giszewski Date: Thu, 3 Apr 2014 13:50:01 -0400 Subject: [PATCH] Remove reference to old config file --- Gruntfile.js | 6 ------ app/Umbraco/Archetype.Tests/app.config | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 app/Umbraco/Archetype.Tests/app.config diff --git a/Gruntfile.js b/Gruntfile.js index a26446f..b5ae969 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -89,12 +89,6 @@ module.exports = function(grunt) { dest: '<%= basePath %>', expand: true }, - { - cwd: 'app/config/', - src: ['propertyEditors.views.js'], - dest: '<%= basePath %>/js', - expand: true - }, { cwd: 'app/langs/', src: ['**'], diff --git a/app/Umbraco/Archetype.Tests/app.config b/app/Umbraco/Archetype.Tests/app.config new file mode 100644 index 0000000..e509377 --- /dev/null +++ b/app/Umbraco/Archetype.Tests/app.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file