UNPKG

vigour-wrapper

Version:
10 lines (7 loc) 319 B
'use strict' 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 }) }