标签: github gruntjs yeoman cname
我使用yeoman来构建我的网站,我需要将一个cname文件添加到我的dist目录中,这样我就可以为我的gh-pages分支设置一个自定义域。
whenisournextgame.com - http://mattbtay.github.io/whenisournextgame
我目前手动添加了该文件,我希望将此视为构建过程的一部分,当我对网站进行更改时,会创建一个新的dist目录,最终会被删除。
答案 0 :(得分:1)
您应将原始文件作为src文件夹的一部分,并使用grunt-contrib-copy将其复制到dist文件夹。
src
dist