diff --git a/Gruntfile.js b/Gruntfile.js index dca2f64..bc3854c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -287,15 +287,17 @@ module.exports = function (grunt) { grunt.registerTask('build', [ 'clean:dist', + 'copy:server', 'useminPrepare', 'concurrent', - 'includes:build', 'cssmin', 'concat', + 'includes:build', 'uglify', 'copy', - 'usemin' + 'usemin', + ]); grunt.registerTask('default', [ diff --git a/transfersh-server/static/download.code.html b/transfersh-server/static/download.code.html new file mode 100644 index 0000000..2905cc6 --- /dev/null +++ b/transfersh-server/static/download.code.html @@ -0,0 +1,134 @@ + + + + + + + + + + + + {{.Filename}} - transfer.sh + + + + + + + + + + + + + + + + +
+
+

+ {{.Filename}}

+ +
+
+
+ +
+
+
+
+ + + +
+ +
+ +
+ copy link    + download + +
+
+ + +
+ + + + + + + + + + + + + + + + diff --git a/transfersh-server/static/download.html b/transfersh-server/static/download.html index 8f24990..6218952 100644 --- a/transfersh-server/static/download.html +++ b/transfersh-server/static/download.html @@ -14,14 +14,12 @@ - - - - + + - + -