build(aio): copy content image assets
This commit is contained in:

committed by
Pete Bacon Darwin

parent
08941aa0c7
commit
dd4e3f8704
5
aio/transforms/angular.io-package/services/copyFolder.js
Normal file
5
aio/transforms/angular.io-package/services/copyFolder.js
Normal file
@ -0,0 +1,5 @@
|
||||
const {cp} = require('shelljs');
|
||||
|
||||
module.exports = function copyFolder() {
|
||||
return (from, to) => cp('-rf', from, to);
|
||||
};
|
Reference in New Issue
Block a user