From d5c6b4a324053e243e3fdfa579be9be90d22a4d2 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Wed, 7 May 2014 15:10:25 +0100 Subject: [PATCH] Amended the build script to only copy the Archetype assembly. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6bacbeb..8d68fc9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,7 +72,7 @@ module.exports = function(grunt) { }, dll: { cwd: 'app/Umbraco/Umbraco.Archetype/bin/Release/', - src: '*.*', + src: 'Archetype.dll', dest: '<%= dest %>/bin/', expand: true },