mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
chore: fix paths
This commit is contained in:
@ -3,12 +3,12 @@ const path = require('path');
|
||||
|
||||
/**
|
||||
* Copy the CSS from the core package to the vue package.
|
||||
*
|
||||
*
|
||||
* This allows developers to import the global stylesheets
|
||||
* from the @ionic/vue package instead of @ionic/core.
|
||||
* from the @ionic/vue 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, '..', 'css');
|
||||
|
||||
fs.removeSync(dst);
|
||||
|
Reference in New Issue
Block a user