You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: