generator-armadillo
generator-armadillo copied to clipboard
(Documentation for) where to put flat files that should be exported as-is to the finished site
It's fairly common to have static files you want present in the root of your web site, for example:
- robot.txt / humans.txt
- favicon.ico
- googleXXXXX.html
As far as I can tell, there's no good place to put these files currently, besides sticking them in .dist manually.
Favicons (as well as mobile images) should probably belong in your images directory, not floating at your root. As for robots/humans/google, I'll build a mechanism to copy those over, although you can follow the examples of grunt:watch and grunt:copy in the Gruntfile to have them copy around yourself for the time being.
On Wednesday, June 12, 2013 at 10:59 PM, Mikkel Høgh wrote:
It's fairly common to have static files you want present in the root of your web site, for example: robot.txt / humans.txt favicon.ico googleXXXXX.html
As far as I can tell, there's no good place to put these files currently, besides sticking them in .dist manually.
— Reply to this email directly or view it on GitHub (https://github.com/Snugug/generator-armadillo/issues/4).