mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Use comment style suitable for JS and CSS
This commit is contained in:
parent
049a1a01da
commit
b25fdd1549
@ -138,8 +138,8 @@ module.exports = function(grunt) {
|
||||
dist: {
|
||||
options: {
|
||||
position: 'top',
|
||||
banner: '// <%= pkg.name %> version <%= pkg.version %> | MIT license\n' +
|
||||
'// Built <%= grunt.template.today("yyyymmdd HH:mm") %>',
|
||||
banner: '/* <%= pkg.name %> version <%= pkg.version %> | MIT license */\n' +
|
||||
'/* Built <%= grunt.template.today("yyyymmdd HH:mm") %> */',
|
||||
linebreak: true
|
||||
},
|
||||
files: {
|
||||
|
Loading…
Reference in New Issue
Block a user