A resource for doing things au naturel.
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 YMNNJQ requires Node.js
- In the project directory, run
npm install
- To build the project and watch for changes, run
npm run start
. Alternatively, if you havegulp
installed globally, you can rungulp default
- To build the project without watching for changes, use
npm run build
. If you havegulp
installed globally, you can rungulp serve