MCPcopy
hub / github.com/ccampbell/rainbow / _getComment

Function _getComment

gulpfile.js:124–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124function _getComment() {
125 var comment = '/* ' + appName + ' v' + (argv.version || version) + ' rainbowco.de'
126
127 if (argv.languages !== 'all') {
128 var languages = _getLanguageList();
129 comment += ' | included languages: ' + languages.sort().join(', ');
130 }
131
132 comment += ' */';
133 return comment;
134}
135
136gulp.task('update-package-version', function() {
137 gulp.src('./package.json')

Callers 1

_appendCodeFunction · 0.85

Calls 1

_getLanguageListFunction · 0.85

Tested by

no test coverage detected