UNPKG

tarifa

Version:

Your friendly toolchain for mobile app development on top of Apache Cordova

11 lines (9 loc) 340 B
var path = require('path'), fs = require('fs'), pathHelper = require('../../../../helper/path'), log = require('../../../../helper/log'); module.exports.beforeCompile = function (conf, options) { options.device = conf.device ? !conf.device.value.match(/Simulator/) : true; options.noSign = true; return options; };