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

Function _getDestinationPath

gulpfile.js:26–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24var lowercaseAppName = 'rainbow';
25
26function _getDestinationPath() {
27 if (argv.release) {
28 destination = 'dist/' + lowercaseAppName + '.min.js';
29 return destination;
30 }
31
32 var destination = 'dist/' + lowercaseAppName + '.js';
33 if (argv.custom) {
34 destination = 'dist/' + lowercaseAppName + '-custom.min.js';
35 }
36
37 return destination;
38}
39
40gulp.task('pack', function() {
41 var plugins = [

Callers 2

gulpfile.jsFile · 0.85
_appendCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected