javascript - Is there a way to add a return character between concatenated files? -
... when using gruntjs concat plugin?
i tried typing them in breaks javascript.
they in separator property suppose.
concat: { options: { separator: '/******concat*******/' }, dist: { src: [bpr + 'lib/*.js'], dest: bpr + 'lib/lib_monster.js' } }
it work escape character in separator
such \n
or \r\n
Comments
Post a Comment