The Node.js best practices list (July 2024)
created at Sept. 15, 2017, 8:33 a.m.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
created at March 10, 2012, 10:08 a.m.
Easy to maintain open source documentation websites.
created at June 20, 2017, 4:13 p.m.