So, I followed the contributing guidelines to develop Formeo, and change things to suit my needs. Though I had a few questions--when I modify the source code and try run formeo none of my changes are implemented, and my second question in the index.html that generates the webpage, it runs a minified version of the script at:
dist/demo/assets/js/demo.min.js
but I do not have such a location on my computer. I was wondering where the file was, how it's generated, and how to get any changes I made added to the minified file.
So, I followed the contributing guidelines to develop Formeo, and change things to suit my needs. Though I had a few questions--when I modify the source code and try run formeo none of my changes are implemented, and my second question in the index.html that generates the webpage, it runs a minified version of the script at:
dist/demo/assets/js/demo.min.js
but I do not have such a location on my computer. I was wondering where the file was, how it's generated, and how to get any changes I made added to the minified file.