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

Vue compilation incomplete #201

Open
reubenson opened this issue Sep 2, 2021 · 0 comments
Open

Vue compilation incomplete #201

reubenson opened this issue Sep 2, 2021 · 0 comments

Comments

@reubenson
Copy link

Description

Vue plugin compilation is somewhat broken in nymag/sites, due to some aspect of the browserify cache implementation. When compiling assets with claycli, files such as css/_kiln-plugins.css and js/_kiln-plugins.js will be not be completely compiled, often containing the assets for the .vue file that was most recently touched.

Steps to Reproduce

Steps to reproduce the behavior:

  1. npm run build
  2. Modify a .vue file in /services/kiln/plugins in sites
  3. npm run build again
  4. See error (plugin associated with touched file will not load or render correctly, and _kiln-plugins files in the compiled public directory will not contain the totality of kiln-plugin assets

Expected Behavior

When npm run build is executed, all kiln-plugin assets should be compiled to the public directory

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

No branches or pull requests

1 participant