From 4f732e8caabce9c9a48bf95d8a2e9869d5507aeb Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Tue, 29 Sep 2015 00:43:31 -0600 Subject: [PATCH] Add banner to all dist/ --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 587f129..800aeda 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -43,7 +43,7 @@ module.exports = function(grunt) { linebreak: false }, files: { - src: ['dist/*.min.js'] + src: ['dist/*.js'] } } },