diff --git a/.gitignore b/.gitignore index 15ce9b5..96cc0e7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ bower_components/ node_modules/ transfersh-server/run.sh +transfersh-server/static \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js index 238e92e..944237e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -129,7 +129,7 @@ module.exports = function (grunt) { src: [ '<%= yeoman.dist %>/scripts/{,*/}*.js', '<%= yeoman.dist %>/styles/{,*/}*.css', - '<%= yeoman.dist %>/images/{,*/}*.{png,jpg,jpeg,gif,webp}', + '<%= yeoman.dist %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}', '<%= yeoman.dist %>/fonts/{,*/}*.*' ] } @@ -158,16 +158,7 @@ module.exports = function (grunt) { }] } }, - svgmin: { - dist: { - files: [{ - expand: true, - cwd: '<%= yeoman.app %>/images', - src: '{,*/}*.svg', - dest: '<%= yeoman.dist %>/images' - }] - } - }, + cssmin: { dist: { files: { @@ -212,7 +203,7 @@ module.exports = function (grunt) { '.htaccess', 'index.txt', '404.txt', - 'images/{,*/}*.{webp,gif}' + 'images/{,*/}*.{webp,gif,svg}' ] }] }, @@ -236,7 +227,6 @@ module.exports = function (grunt) { dist: [ 'less', 'imagemin', - 'svgmin', 'htmlmin' ] } diff --git a/transfersh-server/static/images/terminal.svg b/transfersh-server/static/images/terminal.svg index b52f413..9d3cf8f 100644 --- a/transfersh-server/static/images/terminal.svg +++ b/transfersh-server/static/images/terminal.svg @@ -1 +1,189 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/transfersh-server/static/index.html b/transfersh-server/static/index.html index ba192b9..9fd58f1 100644 --- a/transfersh-server/static/index.html +++ b/transfersh-server/static/index.html @@ -16,8 +16,8 @@ - - + + @@ -43,7 +43,7 @@

transfer.sh