Skip to content

Instantly share code, notes, and snippets.

@rueycheng
rueycheng / GNU-Make.md
Last active June 12, 2024 07:18
GNU Make cheatsheet
@willurd
willurd / Getting started with requirejs.md
Last active December 14, 2022 08:15
A short introduction to require.js

This is a small collection of scripts showing how to use require.js. It's only one of several ways of setting up a require.js project, but it's enough to get started.

At its core, require.js is about three things:

  1. Dependency management
  2. Modularity
  3. Dynamic script loading

The following files show how these are achieved.