I'm starting to use this as a template for a neatline theme, but it seemed like my js changes were breaking the javascript functionality, namely the lines from text elements to map elements. I eventually tried running grunt compile:min off of a fresh clone of the repo, and found that even with unchanged assets, script.js and style.css were changed, and the javascript functions no longer ran as before.
I'm starting to use this as a template for a neatline theme, but it seemed like my js changes were breaking the javascript functionality, namely the lines from text elements to map elements. I eventually tried running
grunt compile:min
off of a fresh clone of the repo, and found that even with unchanged assets, script.js and style.css were changed, and the javascript functions no longer ran as before.