Skip to content

Commit

Permalink
Fix to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Feb 5, 2016
1 parent 9991c8b commit 035836c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ gulp.task('packageInstall', ['browserify', 'build'], function() {
var dirFilter = filter(fileTest);
return merge(
merge(
gulp.src([
'*.html'
], {
base: '.'
}),
gulp.src([
'**/*.resx',
'**/*.html'
Expand Down Expand Up @@ -111,6 +116,11 @@ gulp.task('packageSource', ['browserify', 'build'], function() {
var packageName = config.dnnModule.fullName + '_' + config.version;
var dirFilter = filter(fileTest);
return merge(
gulp.src([
'*.html'
], {
base: '.'
}),
gulp.src(['**/*.html',
'**/*.png',
'**/*.gif',
Expand Down

0 comments on commit 035836c

Please sign in to comment.