Hey there. First off, thanks for the script - quite nice and easy to use.
I have one problem with the output directory/resulting links though.
I want to change the base path to something other than the specified "temp" dir,
because the resources are handled by a server side script with a different endpoint.
I know I can specifiy "" in the template and then copy all resources into the proper directory hierarchy - but this seems hacky and ideally the script should provide this option out of the box.
Also, I think the name "temp" is a little bit misleading since whether or not it is a temp directory depends on the way the user handles it - a better name would be "target" or "output".
Hey there. First off, thanks for the script - quite nice and easy to use.
I have one problem with the output directory/resulting links though. I want to change the base path to something other than the specified "temp" dir, because the resources are handled by a server side script with a different endpoint.
Example: Gruntfile.js
a template html file
Resulting file:
What I'd really want:
I know I can specifiy "" in the template and then copy all resources into the proper directory hierarchy - but this seems hacky and ideally the script should provide this option out of the box.
Also, I think the name "temp" is a little bit misleading since whether or not it is a temp directory depends on the way the user handles it - a better name would be "target" or "output".
I want it to use it like this:
Please let me know what you think about it.