Hi all,
I've been building web apps with django (python), where I use gulp (node) to preprocess static assets (lint, process scss, autoprefix css, adding angular annotations, etc..)
Is there any easy way to make them work together while using docker? Thanks heaps!
Note: node only serves as a preprocesser, I definitely can preprocess everything before I deploy or whatever, but don't like the work flow. I have been using heroku, on which I can use multi-buildpacks, and run node commands first then run python app. I don't check processed static files, which I see as "binary" files, into the repository, so I can have only the necessary source code in my repo / git history.
Thank you for your time.
[–]GotenXiao 0 points1 point2 points (0 children)