From 3f867ba1163807a2d43f33ba8d38b5947c45b6fe Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 13 Nov 2014 04:12:47 -0500 Subject: fix src for autoprefixer task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 954a1746..7abe1795 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -54,7 +54,7 @@ module.exports = function (grunt) { browsers: configBridge.config.autoprefixerBrowsers }, dist: { - src: ['*/bootstrap.css', '*/bootstra.min.css'] + src: '*/bootstrap.css' } }, watch: { -- cgit v1.2.3