I've been trying to figure this out for a couple of hours and have concluded there is an issue here.
I am compiling the Metronic for my laravel project but when the compile finishes, the result is not a complete compile. but there are also no errors.
When I compile for DEMO8 - It works fine, my template renders, and everything looks great.
https://prnt.sc/Li2pU6WRNSdT
However, If I compile for DEMO1 - No errors are generated from compiling, but the generated style sheet/JS are missing things because things do not display properly, but if I take and replace with the demo stylesheet from the demo site, things look great.
https://prnt.sc/Z7gOS_ZRZE8I
In both cases, I used the layout generator and added both versions to my project...
Any input/suggestions please
Hi William Troiano
Could you please verify the source path and output here if it's correct?
/html/tools/gulp.config.js or /html/tools/gulp.config.json
gulp.config.json will be priority.
path: {
src: "../src/{theme}/{demo}",
common_src: "../src/{theme}/{demo}",
node_modules: "node_modules",
},