This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Change src/assets/vendors
to src/assets/static
#411
Labels
Problem
Currently,
src/assets/vendors
is the only folder that has its contents copied directly to thedist/assets
folder, e.g.src/assets/vendors/modernizr.js
gets copied todist/assets/modernizr.js
.All other files and folders in the
src/assets/
folder need to be referenced from an entry point, e.g.theme.js
.The current name
vendors
implies, at least to myself, that it is for vendor JS (e.g. jQuery, or Modernizr), where in fact it is for any file you want always copied into yourdist/assets
folder.I propose that we rename the
vendor
folder tostatic
to make this a little more clear.The text was updated successfully, but these errors were encountered: