Skip to content
xander.groeneveld edited this page Aug 17, 2015 · 8 revisions

from root of slypUI repo

rm -rf public/
gulp cdn -a <-environment->  
aws s3 sync public/assets/<-timestamp-dir->/ s3://slyp-ui/assets/<-timestamp-dir->/  

should see new ui @ <-environment->.slyp.io/assets/<-timestamp-dir->/index.html

once you are happy with the release run this:

aws s3 cp public/index.html s3://slyp-ui/index.html
Clone this wiki locally