1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/lib
Arunoda Susiripala b7e57f9347 Implement "Immutable build artifacts" feature (#745)
* Write BUILD_ID when building.
It's a random id (uuid.v4())

* Add buildId to the core JS files.

* Add immutable cache-control header.
Only if the buildId is matched.

* Set '-' as the dev buildId always.

* Add buildId handling for JSON pages.
2017-01-11 12:16:18 -08:00
..
router Implement "Immutable build artifacts" feature (#745) 2017-01-11 12:16:18 -08:00
app.js Handle errors of React lifecycle methods (#661) 2017-01-05 09:27:39 -08:00
css.js Added glamor example and pointing warning to css migration guide (#500) 2016-12-23 11:18:25 -08:00
eval-script.js Bundle all the modules inside the app (#414) 2016-12-17 17:49:10 +09:00
head.js Add default utf-8 charset. (#270) 2016-11-17 15:06:54 -08:00
link.js Support relative urls on Link component (#614) 2017-01-01 22:22:07 -08:00
prefetch.js Implement "Immutable build artifacts" feature (#745) 2017-01-11 12:16:18 -08:00
shallow-equals.js Added linting using standard (#27) 2016-10-16 17:00:17 -07:00
side-effect.js batch update head contents (#129) 2016-10-28 23:39:20 +09:00
utils.js display deprecation warning only when method was called (#462) 2016-12-21 10:43:31 -08:00