Skip to content

Commit

Permalink
Update gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Feb 18, 2018
1 parent 3aff771 commit 1f0c9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@ module.exports = function(grunt) {
// Banner
if ( grunt.file.exists( 'github-assets/banner-1550x500.jpg' ) ) {

readme = readme.replace( '**Contributors:**', "![Banner Image](github-assets/banner-1550x500.jpg)\r\n\r\n**Contributors:**" );
readme = readme.replace( '**Contributors:**', '![Banner Image](github-assets/banner-1550x500.jpg)\r\n\r\n**Contributors:**' );

}

// Screenshots
if ( grunt.file.exists( 'github-assets/screenshot-1.png' ) ) {

readme = readme.replace( '## Install Instructions ##', "## Screenshots ##\r\n\r\n![Screenshot 1](github-assets/screenshot-1.png)\r\n\r\n## Install Instructions ##" );
readme = readme.replace( '## Install Instructions ##', '## Screenshots ##\r\n\r\n![Screenshot 1](github-assets/screenshot-1.png)\r\n\r\n## Install Instructions ##' );

}

Expand Down

0 comments on commit 1f0c9b0

Please sign in to comment.