Skip to content

Commit 0bfb34d

Browse files
authored
Build: Fixed "grunt uglify" error. Kudos to Arkni!
"Warning: An error occurred while processing a template (undefined is not a function)."
1 parent 36983af commit 0bfb34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ grunt.initConfig( {
7676
"<%= grunt.template.today('m/d/yyyy') %>\n" +
7777
" * <%= pkg.homepage %>\n" +
7878
" * Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
79-
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n"
79+
" Licensed <%= _.map(pkg.licenses, 'type').join(', ') %> */\n"
8080
},
8181
dist: {
8282
files: {

0 commit comments

Comments
 (0)