johnpapa / pluralsight-gulp

Starter Code for Pluralsight Course "JavaScript Build Automation with Gulp.js"
http://jpapa.me/gulpps
MIT License
158 stars 262 forks source link

Assets not found if apps running in subfolder not ROOT #21

Open rkusuma opened 8 years ago

rkusuma commented 8 years ago

Hi @johnpapa,

I'm try running this angular app (after build) in tomcat (not nodejs) but not in the ROOT folder, somehow all my assets and files (injected with gulp-inject) path is relative to root.

How can i configure gulp to create path with my subfolder ?

Thanks