Amended the build script to only copy the Archetype assembly.

This commit is contained in:
leekelleher
2014-05-07 15:10:25 +01:00
parent bd617162f1
commit d5c6b4a324
+1 -1
View File
@@ -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
},