MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / copyCSS

Function copyCSS

packages/angular/scripts/build-core.js:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5const typescriptPath = path.join(__dirname, '..', 'node_modules', '.bin');
6
7function copyCSS() {
8 const src = path.join(__dirname, '..', '..', '..', 'core', 'css');
9 const dst = path.join(__dirname, '..','dist', 'css');
10
11 fs.removeSync(dst);
12 fs.copySync(src, dst);
13}
14
15function buildSchematics(){
16 return new Promise((resolve, reject) => {

Callers 1

build-core.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected