为了账号安全,请及时绑定邮箱和手机立即绑定

grunt-buddha 在webapp 只有首行有注释 但在plugin test 中没问题 为什么呀

commentFilePath = path.join( __dirname, commentFilePathMap[who] ),
      commentContent = grunt.file.read(commentFilePath),
      lineCommentArr = commentContent.split(grunt.util.normalizelf('\n')),
      fileTestRexgMap = {
        'buddle': /o8888888o/
      }

正在回答

1 回答

buddha.js第40行: lineCommentArr = commentContent.split(grunt.util.normalizelf('\n'));

改成: lineCommentArr = grunt.util.normalizelf(commentContent).split(grunt.util.normalizelf('\n'));

就好了.

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

grunt-buddha 在webapp 只有首行有注释 但在plugin test 中没问题 为什么呀

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信