diff options
| author | Julie Lala <jules@okfoc.us> | 2014-11-18 08:49:33 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-11-18 08:49:33 -0500 |
| commit | dba52c100c5fa621c4c611effa8115dd7e6d10e6 (patch) | |
| tree | 52d3d63322387dce3ae08205bd22d4b3c04b7926 /Gruntfile.js | |
| parent | c1f153bdf412fbf0e465d7ea195d134d50c729a8 (diff) | |
render howto explicitly
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
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', |
