summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-18 08:50:17 -0500
committerJules Laplace <jules@okfoc.us>2014-11-18 08:50:17 -0500
commit5989739b2ca5f6a3ed3072705aedca7251ee8ee6 (patch)
tree9a2a107d0aa96f53188564dad5c77c24f8899b10 /Gruntfile.js
parent6823c91be22ebfc03e2bbf10ac755d269de5bae3 (diff)
parentdba52c100c5fa621c4c611effa8115dd7e6d10e6 (diff)
merge
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index c99976d..59c2525 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -141,7 +141,7 @@ module.exports = function(grunt) {
},
uglify: {
options: {
- banner: '/* vvalls by okfoc.us 2014 */\n'
+ banner: '/* vvalls by okfocus 2014 */\n'
},
js: {
src: 'public/assets/javascripts/app.concat.js',