Adding another JS file and using VSCode to run the minify task
Hi Bill and others... I'm really enjoying the simplicity of using the EA-Starter for Genesis and I'm looking to add some JS tricks to the mix. I was able to get SASS tasks to build in VSCode but I'm running into problems adding a JS library to the src folder and then minifying it. I'm using gulp for now and CodeKit isn't an option. I'd like to use VSCode's tasks to do the build but I'm stuck. Would you be willing to share your JS tasks for this project so I can compare/contrast mine? TIA!
I use CodeKit, not VSCode, so I don't have any JS tasks I can share, but I'll leave this issue open in case anyone else can help.
Which JS library do you want to add? Although I am not using gulp but Laravel Mix, I can try testing it for you. If I am not mistaken I was having an infinite looping issue with JS files if I try to compile to the same directory (i.e assets) where the source files are.