上传者: 42107165
|
上传时间: 2021-12-01 16:33:02
|
文件大小: 6KB
|
文件类型: -
grunt-strip-json-评论
从JSON剥离注释。 让您在JSON文件中使用注释!
使用模块。
现在这是可能的:
{
// rainbows
"unicorn" : /* :red_heart: */ "cake"
}
安装
$ npm install --save-dev grunt-strip-json-comments
用法
require ( 'load-grunt-tasks' ) ( grunt ) ; // npm install --save-dev load-grunt-tasks
grunt . initConfig ( {
stripJsonComments : {
dist : {
options : {
whitespace : true
} ,
files : {
'without.json' : 'with-com