Hi,
I've just upgraded to 6.4. I can't seem to get additional javascript files to work.
I've created a file main.js in assets/js
I've updated the entries in config.yml, but the main.js file won't get compiled into the app.js
This is an extract from the config.yml file. That #TODO might be the problem.
# Paths to JavaScript libraries, which are combined into one file
# TODO: Rework this using webpack build. Right now just verifying the files are being built properly
entries:
- "src/assets/js/app.js"
- "src/assets/js/main.js"
Any ideas? This new update is a huge paradigm shift for an incremental update and it's doing my head in. Halp!
Looks like there is an existing thread on this here: https://github.com/zurb/foundation-sites/issues/10353 that will help!