component / component.github.io

components search using component-crawler
http://component.github.io
119 stars 20 forks source link

CNAME #76

Open jonathanong opened 10 years ago

jonathanong commented 10 years ago

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

the-swerve commented 10 years ago

:+1:

chemzqm commented 10 years ago

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 10 years ago

bump ?