Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task(helpers): Abstract helpers and remove duplicates #226

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

ElijahKotyluk
Copy link
Contributor

No description provided.

Replace with utils package update file function.
@ElijahKotyluk ElijahKotyluk linked an issue Dec 14, 2020 that may be closed by this pull request
@ElijahKotyluk ElijahKotyluk added the enhancement New feature or request label Dec 14, 2020
@ElijahKotyluk ElijahKotyluk self-assigned this Dec 14, 2020
packages/@vuetify/cli-plugin-utils/index.js Show resolved Hide resolved
config = callback(require(rcPath));
} else if (fileExists(api, pkgPath)) {
configPath = pkgPath;
config = JSON.parse(fs.readFileSync(pkgPath, { encoding: "utf8" }));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like it would be reused a lot, maybe can go into utils?

packages/vue-cli-plugin-vuetify/generator/tools/vuetify.js Outdated Show resolved Hide resolved
@ElijahKotyluk
Copy link
Contributor Author

@johnleider when you have some time can you give this another look over?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task] abstract shared functionality into shared utils
2 participants