You Might Not Need jQuery

Publish Workflow

A resource for doing things au naturel.

Contributing

To add a new section, just create a folder for it, and add jquery.js, and ie8.js, ie9.js and ie10.js as needed. For example, if you have ie8.js and ie9.js, the ie9 version will be shown to people looking for a solution that works in ie9 or 10.

Building

Building YMNNJQ requires Node.js

  1. In the project directory, run npm install
  2. To build the project and watch for changes, run npm run start. Alternatively, if you have gulp installed globally, you can run gulp default
  3. To build the project without watching for changes, use npm run build. If you have gulp installed globally, you can run gulp serve