Skip to content

Commit

Permalink
Fixing the Gruntfile to include the Dribbble URL variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettdimon committed Oct 25, 2016
1 parent 8d74ba7 commit 730fb61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ module.exports = function(grunt) {
facebook_url: "<%= config.images.facebook_url %>",
pinterest_url: "<%= config.images.pinterest_url %>",
instagram_url: "<%= config.images.instagram_url %>",
dribbble_url: "<%= config.images.dribbble_url %>",
google_plus_url: "<%= config.images.google_plus_url %>",
youtube_url: "<%= config.images.youtube_url %>",
linkedin_url: "<%= config.images.linkedin_url %>"
Expand Down

0 comments on commit 730fb61

Please sign in to comment.