javoire / browserify-ng-html2js

Browserify transform to compile html templates into angular template modules
MIT License
27 stars 17 forks source link

relative template paths #36

Open juliangut opened 8 years ago

juliangut commented 8 years ago

Could it be possible to add a "relativeTo" or "fromPath" option in the same fashion as stripPathBefore but stripping the path UP TO that string?

having this structure where app and main are both modules

scripts
  |- app
  |    |- module.js
  |    |- views
  |         |- display.html
  |- main
  |    |- module.js
  |    |- views
  |         |- main.html
  |- app.js