Skip to content

Commit

Permalink
Added thumbnail preview image, gulp, and manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
tksheppard committed Jan 16, 2018
1 parent ba6bd7a commit 4c17b6f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
Binary file removed default.jpg
Binary file not shown.
Binary file added default.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion dnn-manifest.dnn
Expand Up @@ -31,7 +31,11 @@
</skinFile>
<skinFile>
<path />
<name>default.jpg</name>
<name>default.png</name>
</skinFile>
<skinFile>
<path />
<name>thumbnail_default.png</name>
</skinFile>
<skinFile>
<path />
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -160,7 +160,7 @@ gulp.task('buildzips', function (cb) {
// Zips the .zip files and single files into a package zip file.
// Will need to change if filenames change, or adding files.
gulp.task('zipfiles', function() {
return gulp.src(['./**/*.zip', 'dnn-manifest.dnn', 'default.ascx', 'default.doctype.xml', 'default.jpg', 'LICENSE'])
return gulp.src(['./**/*.zip', 'dnn-manifest.dnn', 'default.ascx', 'default.doctype.xml', 'default.png', 'thumbnail_default.png', 'LICENSE'])
.pipe(zip('nvQuickTheme.zip'))
.pipe(gulp.dest('./'))
});
Expand Down
Binary file removed thumbnail_default.jpg
Binary file not shown.
Binary file added thumbnail_default.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c17b6f

Please sign in to comment.