Skip to content

Commit

Permalink
#H5IS
Browse files Browse the repository at this point in the history
Since Skybrud.Umbraco.GridData is now a dependency, we should make sure to include it in the GitHub and Umbraco releases as well (works already for NuGet due to dependencies)
  • Loading branch information
abjerner committed Aug 18, 2016
1 parent b0a64cd commit 60af3bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ module.exports = function (grunt) {
cwd: projectRoot + 'bin/',
src: [
pkg.name + '.dll',
pkg.name + '.xml'
pkg.name + '.xml',
'Skybrud.Umbraco.GridData.dll',
'Skybrud.Umbraco.GridData.xml'
],
dest: 'releases/temp/bin/'
}
Expand Down

0 comments on commit 60af3bd

Please sign in to comment.