EA-Starter icon indicating copy to clipboard operation
EA-Starter copied to clipboard

Adding another JS file and using VSCode to run the minify task

Open wjmoner opened this issue 4 years ago • 2 comments

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!

wjmoner avatar Aug 06 '21 17:08 wjmoner

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.

billerickson avatar Aug 06 '21 18:08 billerickson

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.

JBraddockm avatar Oct 25 '21 14:10 JBraddockm