vigour-wrapper
Version:
The native code to wrap vigour apps
10 lines (7 loc) • 318 B
JavaScript
var log = require('npmlog')
var nativeUtil = require('../../util')
module.exports = exports = function createIndexHtmlFile () {
log.info('- creating chromecast castReceiver html -')
return nativeUtil.transform_template(this.templateSrc + '/index.html', this.buildDir + '/castReceiver.html', this)
}