(line)
| 37 | } |
| 38 | |
| 39 | function lineToMarkdownCodeBlock(line) { |
| 40 | return ' ' + line; |
| 41 | } |
| 42 | |
| 43 | grunt.registerTask('environment', 'Apply environment config to build', function() { |
| 44 |
nothing calls this directly
no outgoing calls
no test coverage detected