summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-11-13 04:12:47 -0500
committerThomas Park <thomas@thomaspark.me>2014-11-13 04:12:47 -0500
commit3f867ba1163807a2d43f33ba8d38b5947c45b6fe (patch)
tree47e7828f4d5c8f494bca9871ba6bf973f6fa2c16
parent2d27fbca0e00dfd8e275d39f8e5ae9f40fb5c4c9 (diff)
fix src for autoprefixer task
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
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: {