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