We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7227cb9 commit d445c8dCopy full SHA for d445c8d
config.rb
@@ -128,6 +128,8 @@
128
`mv build/downloads/Starter/Documentation/* build/learn/documentation/`
129
`cd build/learn/ && curl -s -L http://github.com/cappuccino/cappuccino-demos/tarball/master >demos.tgz && tar -xzf demos.tgz && rm -Rf demos && mv cappuccino-cappuccino-demos-* demos`
130
`cd build/aristo/showcase && rm -Rf Aristo2Showcase README __MACOSX Frameworks Resources && unzip ../../downloads/Aristo2Showcase.zip && mv Aristo2Showcase/* .`
131
+ # For Github Pages
132
+ `echo "www.cappuccino.dev" > build/CNAME`
133
`find build/ -name .git -delete`
134
end
135
0 commit comments