mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 01:03:03 +08:00
chore: fix paths
This commit is contained in:
6
packages/angular/scripts/build-core.js
vendored
6
packages/angular/scripts/build-core.js
vendored
@ -6,12 +6,12 @@ const typescriptPath = path.join(__dirname, '..', 'node_modules', '.bin');
|
||||
|
||||
/**
|
||||
* Copy the CSS from the core package to the angular package.
|
||||
*
|
||||
*
|
||||
* This allows developers to import the global stylesheets
|
||||
* from the @ionic/angular package instead of @ionic/core.
|
||||
* from the @ionic/angular package instead of @ionic/core.
|
||||
*/
|
||||
function copyCSS() {
|
||||
const src = path.join(__dirname, '..', '..', '..', 'core', 'css');
|
||||
const src = path.join(__dirname, '..', '..', 'core', 'css');
|
||||
const dst = path.join(__dirname, '..','dist', 'css');
|
||||
|
||||
fs.removeSync(dst);
|
||||
|
Reference in New Issue
Block a user