Closed barrynorman closed 8 years ago
Maybe I do something wrong. I tried to replace a custom string by my path to a javascript file.
processContent: function(content, filename) { content = content.replace(/(\${jquery_path})/gmi, '<%= pkg.version %>'); return content; }
Output:
Any ideas?
Thank you!
https://github.com/gruntjs/grunt-contrib-jade/issues/106#issuecomment-49046102
Maybe I do something wrong. I tried to replace a custom string by my path to a javascript file.
processContent: function(content, filename) { content = content.replace(/(\${jquery_path})/gmi, '<%= pkg.version %>'); return content; }
Output:
Any ideas?
Thank you!