-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Enhancement
At the moment when we build a dojo app we have to manually copy favicon.ico to the root of the website which isn't ideal in automated deployment scenarios and other methods need to be employed to copy the file.
A favicon.ico file needs to be present in the root of a website if you want to display a browser tab icon on all browsers. There are other methods which work in some browsers using meta tags to point to a file located elsewhere but this doesn't work consistently in Firefox and IE.
I think an improved solution would be to have the ability to define a shortcut_icon property in the .dojorc file which would copy the specified file into the root of the output build folder.
Alternatively we could automatically look for favicon.ico in the root of /src and copy that during the build process if it is present.
Package Version:
4.0.2
Code
Expected behavior:
Actual behavior: