mcfly-io/gulp-mux

View on GitHub
test/mocha/asset/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

// externally required parameters
var cwd = process.env.INIT_CWD || '';
var clientFolder = 'www';

// static (untemplated) parameters
module.exports = {
    cwd: cwd,

    clientFolder: clientFolder,
    targetName: '{{targetName}}',
    targetSuffix: '{{targetSuffix}}',
    mode: '{{mode}}',

    boolValue: true,
    floatValue: 3.5,
    arrayValue: ['{{targetName}}', '{{targetName}}']
};