I have an issue with the theme from GetBootstrap, when I run Gulp. I am looking to customise the paths so the the destination goes without the demo9 (which I am using) folder name, however I cannot figure out where to change the paths.
I also have an issue where the SASS does not compile, JS seems fine.
Hi,
I'm sorry to hear that you are facing issues with the Gulp setup.
To customize the paths and remove the "demo9" folder name from the destination, you need to check the gulp.config.js file in your project. Look for the dist option, which specifies the output directory for the compiled assets. You can modify this path to suit your requirements.
Regarding the SASS compilation issue, is there any error message that appear?
After making the necessary changes, try running the Gulp command again to see if the issues are resolved. If you continue to face any difficulties, please don't hesitate to reach out with more specific details, and we'll be glad to assist you further.