From 319f4bd83804607584200ff69062ce4d74043d23 Mon Sep 17 00:00:00 2001 From: kriskbx Date: Tue, 16 Sep 2014 13:25:15 +0200 Subject: [PATCH] changing button fpr download only --- Gruntfile.js | 2 +- dist/{button => whatsapp-button.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dist/{button => whatsapp-button.js} (100%) diff --git a/Gruntfile.js b/Gruntfile.js index 40db74b..f69d7b6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -43,7 +43,7 @@ module.exports = function(grunt) { }, dist: { files: { - 'dist/button': ['build/button.js'] + 'dist/whatsapp-button.js': ['build/button.js'] } } }, diff --git a/dist/button b/dist/whatsapp-button.js similarity index 100% rename from dist/button rename to dist/whatsapp-button.js