summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-18 11:57:42 -0500
committerryderr <r@okfoc.us>2014-11-18 11:57:42 -0500
commit7305f7db17b6014a4819c0a638b0332fcf6984ac (patch)
tree14d72ce758214965f3f71ef44a646387b18a8a62 /Gruntfile.js
parent8fbb701bf329a3226ee50b1a76602817e2ba59d1 (diff)
parentdba52c100c5fa621c4c611effa8115dd7e6d10e6 (diff)
Merge branch 'master' of github.com:okfocus/vvalls
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',