From e0b1bb6d0ba9c4175ccf895f65823605368cdf53 Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Sun, 5 Oct 2014 17:45:40 -0600 Subject: [PATCH] Adding banner to all min files --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 32f529c..084f0c5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -33,7 +33,7 @@ module.exports = function(grunt) { linebreak: false }, files: { - src: ['dist/axios.min.js', 'dist/axios.amd.min.js'] + src: ['dist/*.min.js'] } } },