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

Script styleguide:build should not generate favicons in dist folder #615

Closed
nicooprat opened this issue Oct 29, 2019 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@nicooprat
Copy link

Current behavior

npm run styleguide:build generates the styleguide folder, but also creates some files in the dist folder.

To reproduce

  1. Create a new project with vue-cli: vue create styleguide-repro && cd styleguide-repro && vue add styleguidist
  2. Generate the styleguide: npm run styleguide:build
  3. See that dist/favicons/favicon.ico has been created

Expected behavior

Styleguidist shouldn't interfere with the dist folder which will be deployed on production.

image

Vue CLI version 3.3.0

From yarn.lock:

vue-cli-plugin-styleguidist@^3.26.0:
  version "3.26.0"
  resolved "https://registry.yarnpkg.com/vue-cli-plugin-styleguidist/-/vue-cli-plugin-styleguidist-3.26.0.tgz#afd0c0b6b7424e3b07c2ca964992342ce486cc4f"
  dependencies:
    null-loader "^0.1.1"
    vue-styleguidist "^3.26.0"
    webpack-merge "^4.2.1"
@elevatebart elevatebart added bug Something isn't working vue-cli-plugin labels Oct 29, 2019
@elevatebart
Copy link
Member

Thank you @nicooprat would you be interested in investigating what is going on ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants