Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wjmoner opened this issue Aug 6, 2021 · 2 comments
Open

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

wjmoner opened this issue Aug 6, 2021 · 2 comments

Comments

@wjmoner
Copy link

wjmoner commented Aug 6, 2021

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!

@billerickson
Copy link
Owner

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.

@JBraddockm
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants