File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,20 @@ module.exports = function(grunt) {
9
9
browserifyOptions : {
10
10
transform : 'browserify-shim' ,
11
11
standalone : 'L.Routing'
12
+ } ,
13
+ banner : '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
14
+ '<%= grunt.template.today("yyyy-mm-dd") %>\n' +
15
+ ' * Copyright (c) 2013-2016 Per Liedman\n' +
16
+ ' * Distributed under the <%= pkg.license %> license */\n\n'
12
17
}
13
- }
14
18
}
15
19
} ,
16
20
uglify : {
17
21
options : {
18
- banner : '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
19
- '<%= grunt.template.today("yyyy-mm-dd") %> */\n\n'
22
+ banner : '/* <%= pkg.name %> - v<%= pkg.version %> - ' +
23
+ '<%= grunt.template.today("yyyy-mm-dd") %>\n' +
24
+ ' * Copyright (c) 2013-2016 Per Liedman\n' +
25
+ ' * Distributed under the <%= pkg.license %> license */\n\n'
20
26
} ,
21
27
build : {
22
28
src : 'dist/leaflet-routing-machine.js' ,
You can’t perform that action at this time.
0 commit comments