Amended the build script to only copy the Archetype assembly.
This commit is contained in:
+1
-1
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user