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 dec85fe6c4 Add CDN support with assetPrefix (#1700)
* Introduce script tag based page loading system.

* Call ensurePage only in the dev mode.

* Implement router using the page-loader.

* Fix a typo and remove unwanted code.

* Fix some issues related to rendering.

* Fix production tests.

* Fix ondemand test cases.

* Fix unit tests.

* Get rid of eval completely.

* Remove all the inline code.

* Remove the json-pages plugin.

* Rename NEXT_PAGE_LOADER into __NEXT_PAGE_LOADER__

* Rename NEXT_LOADED_PAGES into __NEXT_LOADED_PAGES__

* Remove some unwanted code.

* Load everything async.

* Remove lib/eval-script.js
We no longer need it.

* Move webpack idle wait code to the page-loader.
Because that's the place to do it.

* Remove pageNotFound key from the error.

* Remove unused error field 'buildError'

* Add much better logic to normalize routes.

* Get rid of mitt.

* Introduce a better way to register pages.

* Came back to the mitt() based page-loader.

* Add link rel=preload support.

* Add assetPrefix support to add support for CDNs.

* Add assetPrefix support for preload links.

* Update readme.md
2017-04-17 21:18:43 -07:00
..
router Add CDN support with assetPrefix (#1700) 2017-04-17 21:18:43 -07:00
app.js upgrade react to v15.5 and use prop-types instead of React.PropTypes (#1684) 2017-04-11 00:05:26 +05:30
css.js Remove traces of glamor (#1286) 2017-02-26 17:58:00 +05:30
error-debug.js Add the system-ui font family (#1555) 2017-03-29 11:55:26 -03:00
error.js Add CDN support with assetPrefix (#1700) 2017-04-17 21:18:43 -07:00
head.js upgrade react to v15.5 and use prop-types instead of React.PropTypes (#1684) 2017-04-11 00:05:26 +05:30
link.js upgrade react to v15.5 and use prop-types instead of React.PropTypes (#1684) 2017-04-11 00:05:26 +05:30
p-queue.js improve prefetch (#1161) 2017-02-16 00:59:42 +05:30
page-loader.js Add CDN support with assetPrefix (#1700) 2017-04-17 21:18:43 -07:00
prefetch.js fix prefetch url (#1154) 2017-02-15 15:01:03 +01: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 Add better hash URL support. (#1250) 2017-02-28 09:31:17 -08:00