Coder Social home page Coder Social logo

wesbos's Introduction

WES BOS

So I was hanging out with my friend Wes Bos at JSConf recently. And for some reason, every time I said his name, I added an extra random syllable to both his first and last names. Because it was really the funnest thing. Ever.

For example, "Weston Bosley." Or "Westwood Boswitch." Or "Wesbee Bosshog."

Well, naturally, I had to create a website to celebrate this.

http://cowboy.github.io/wesbos/

Contributing

You'll need to have Grunt and Bower installed.

  1. Clone this project's repo.
  2. Ensure the master branch is checked out.
  3. Run npm install to install Grunt, Grunt plugins, Bower components, etc.
  4. Run grunt to start a live-reloading dev webserver on localhost:8000.

When done:

  1. Run grunt prod to publish everything to dist and start a webserver on localhost:8000.

When REALLY done:

  1. Run grunt deploy to publish everything in dist and then to the gh-pages branch, which will shortly thereafter be viewable at http://cowboy.github.io/wesbos/.

If you have suggestions for more first and last name suffixes, file a PR and I'll add them in. Just make sure they actually sound cool. Thanks!

wesbos's People

Contributors

cowboy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wesbos's Issues

With regards to loading Grunt tasks as a best practice.

Hey Ben,

To ensure promotion of best practices with the Gruntfile, I was wondering why you don't use something like matchdep or load-grunt-tasks?

https://github.com/cowboy/wesbos/blob/master/Gruntfile.js#L159

I also explicitly list each Grunt plugin, but it would be great for the community to have some direction other than "don't do that".

Backbone Boilerplate recently merged tbranyen/backbone-boilerplate#236 from @SBoudrias which adds load-grunt-tasks, but I'm considering backing out this change since I'm paranoid the long term effects aren't worth the short term gain of not having to write the extra lines.

Thanks for any feedback you have!

"Fix" livereload.js URL?

Right now, the livereload.js URL is hardcoded into the index.jade template like this:

script(src="http://localhost:35729/livereload.js")

But it might be better to write out that URL dynamically, based on the host, in case it's being accessed via VM or external machine, like this:

script
  document.write('<script src="http://' + location.host + ':35729/livereload.js"><\/script>');

Is there a better or best-practice way to handle this?

Old chars still visible

When the char boxes flip and new chars appear, the old chars are still visible, with a small opacity and upside-down.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.