Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/aio/tools/transforms/angular-base-package/services/copyFolder.js

6 lines
128 B
JavaScript
Raw Normal View History

build(aio): move copyContentAssets processor to the base package This allows other processors who need to know about the copyContentAssets processors to ensure that the runs after the content has been copied.
2017-04-28 10:28:36 +01:00
const {copySync} = require('fs-extra');
module.exports = function copyFolder() {
return (from, to) => copySync(from, to);
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 81ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API