vigour-wrapper
Version:
The native code to wrap vigour apps
10 lines (7 loc) • 319 B
JavaScript
var log = require('npmlog')
var fs = require('vigour-fs-promised')
module.exports = exports = function createIndexHtmlFile () {
log.info('- creating chromecast castReceiver css -')
return fs.cpAsync(this.templateSrc + '/vigourReceiver.css', this.buildDir + '/vigourReceiver.css', { mkdirp: true })
}