jonkemp / gulp-useref

Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
MIT License
705 stars 93 forks source link

Using Absolute Path in build block showing error. #207

Closed akash-bst closed 8 years ago

akash-bst commented 8 years ago

Hey Guys,

Just a simple doubt. I am using below build block in my HTML files.

  1. ` `

Using absolute path because its necessary for AppEngine server.

But relative paths are

  1. ` `

Block 1 works fine for server and block 2 works fine when I am using gulp-useref command.

Can I get a solution where absolute path can also work in gulp-useref case.

Thanks for help.