Now that I have webpack working, some of my Python dependencies (notably jsmin right now) are no longer needed. Any dependencies on either side of my application should be looked at and determined whether or not I still need them.
I could even get rid of pySCSS and even Flask-Assets entirely if I decide to use node for that. But it would require me to add another node dependency (not a big deal) and potentially add compiled files to the repository. I'm very against adding compiled assets to the repo, but if I don't, I'm not sure that having dev-dependencies in node makes sense.
Now that I have webpack working, some of my Python dependencies (notably jsmin right now) are no longer needed. Any dependencies on either side of my application should be looked at and determined whether or not I still need them.
I could even get rid of pySCSS and even Flask-Assets entirely if I decide to use node for that. But it would require me to add another node dependency (not a big deal) and potentially add compiled files to the repository. I'm very against adding compiled assets to the repo, but if I don't, I'm not sure that having dev-dependencies in node makes sense.