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 },