summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-01-28 01:44:57 -0500
committerJules Laplace <jules@okfoc.us>2015-01-28 01:44:57 -0500
commitb6f624929e5d1a5fbb3645eebe914c2278d7dc93 (patch)
treea89775c04bfce9060aedf58baea0f1aa1e8c7307 /Gruntfile.js
parentf9ece85045a9766ff6381ed26ef663aa718f2bca (diff)
parentb60055ee8c77eb9bb035f72147ce6c710ab4347c (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 21bbfb0..f62cc82 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -140,7 +140,7 @@ module.exports = function(grunt) {
},
uglify: {
options: {
- banner: '/* vvalls by okfocus 2014 */\n'
+ banner: '/* vvalls by okfocus 2015 */\n'
},
js: {
src: 'public/assets/javascripts/app.concat.js',