Open trnc-ck opened 12 years ago
No, there is nothing in the api currently that exposes the functionality to change that path for generated files. Why do you need it?
The only thing that you can change is staticRoot
. Like __dirname + "/assets/"
instead of __dirname + "/public/"
for example.
+1 This is actually pretty crucial, since a lot of css files reference images and other assets using a relative path, using /generate/bundle breaks all my css. It's really preventing me from using this in production.
hi,
is there a way to specify a custom folder name fpr the generated assets? instead of the given
i want to use
any advice? thanks!