Nuxt/lib
Pim 65f4a030f4 refactor generator + cli tests (#2205)
* 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
2017-11-24 02:01:54 +03:30
..
app Fix coding style 2017-11-21 12:15:11 +00:00
builder refactor generator + cli tests (#2205) 2017-11-24 02:01:54 +03:30
common wChunk windows fix 2017-11-22 01:04:34 +03:30
core refactor: eslint adjustments 2017-11-19 17:18:02 +03:30
index.js [internal] use es6 exports 2017-08-10 14:08:31 +04:30