editorconfig / editorconfig.github.com

Configuration file format for defining coding styles in shared projects
http://editorconfig.org
Other
267 stars 42 forks source link

Add a demo #22

Open macro1 opened 10 years ago

macro1 commented 10 years ago

Porting @treyhunner's demo from https://github.com/treyhunner/editorconfig-slides to the editorconfig site.

Adds gulp building (checking-in the compiled files, since publishing is currently through github's jekyll) and jQuery upgrade as well.

treyhunner commented 10 years ago

I like this idea.

macro1 commented 10 years ago

It's functional now. I don't think I'll get to refactoring the selectors.

macro1 commented 9 years ago

I lied, it's cleaned up now... @treyhunner should be ready.

treyhunner commented 9 years ago

It seems to be broken:

selection_237

It also seems to break other styling:

selection_236

macro1 commented 9 years ago

Ah. I missed that I had changed the feel of the code example above. The JS works fine for me though. Which browser? Are you testing using Jekyll?

macro1 commented 9 years ago

@treyhunner, I changed the script source link to a relative one, I'm pretty sure that's what was keeping it from working in whatever environment you were testing the changes in.

jednano commented 5 years ago

@macro1 are you still around? I realize this is 5 years old, but I'd like to take another look at it. Problem is, I can't clone your branch because GitHub says it's an unknown repo.

macro1 commented 5 years ago

@jedmao that is probably because I deleted my clone on Github at some point. You should be able to recover this branch from the 'pull' branches Github maintains with commands like this:

$ git fetch origin pull/22/head:demo
$ git checkout demo