mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
65f4a030f4
* Rename this.generateRoutes to this.staticRoutes * Refactor generator to separate logic * Move routeCreated hook to generateRoute Add routeFailed hook for unhandled exceptions Keep page errors separately until page hooks have been called * Move debug and report statements to hooks * pageErrors can be a const Push pageErrors to errors * fix done hook, errors are 2nd param * Add generator hooks to nuxt-build for spa mode * Added a cli integration test for bin/nuxt-(build|start|generate) * Removed unnecessary waitFor * Use pify instead util.promisify for v6 compatibility * Fix windows build You cant execute .js files directly on Windows/Appveyor so call node with nuxt-*.js file as argument * Fix windows build (2) Use correct folder separators in text search * Fix possible timing quirck in children.path.test |
||
---|---|---|
.. | ||
fixtures | ||
helpers | ||
basic.csr.test.js | ||
basic.dev.test.js | ||
basic.fail.generate.test.js | ||
basic.generate.nosubfolders.test.js | ||
basic.generate.test.js | ||
basic.ssr.test.js | ||
children.patch.test.js | ||
children.test.js | ||
cli.test.js | ||
debug.test.js | ||
deprecate.test.js | ||
dll.test.js | ||
dynamic-routes.test.js | ||
error.test.js | ||
express.test.js | ||
index.test.js | ||
module.test.js | ||
spa.test.js | ||
ssr.test.js | ||
utils.test.js | ||
with-config.test.js |