You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
npm run build
Modify a .vue file in /services/kiln/plugins in sites
npm run build again
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
The text was updated successfully, but these errors were encountered:
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
andjs/_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:
npm run build
/services/kiln/plugins
insites
npm run build
again_kiln-plugins
files in the compiled public directory will not contain the totality of kiln-plugin assetsExpected Behavior
When
npm run build
is executed, all kiln-plugin assets should be compiled to the public directoryThe text was updated successfully, but these errors were encountered: