component/component.github.io

CNAME

jonathanong opened this issue · 3 comments

yo @visionmedia made the site static to make updates easier and stuff. can you add the CNAME file and point your CNAME here?

👍

I see the code on the site could broken when search because it's not update to date with this repo.

SearchView.prototype.removeSpinner = function(){
  this.el.removeChild(this.spinner.el);
};

If you type faster, this line of code would throw an error and anything you search would return No results, this makes searching the wiki page always faster than the website.

wryk commented

bump ?