Nuxt/bin
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
..
nuxt move errors.js 2017-08-12 23:48:01 +04:30
nuxt-build refactor generator + cli tests (#2205) 2017-11-24 02:01:54 +03:30
nuxt-dev Prevent double compile on nuxt.config.js update 2017-11-22 15:57:39 +03:00
nuxt-generate refactor generator + cli tests (#2205) 2017-11-24 02:01:54 +03:30
nuxt-start lint: Lint files 2017-10-31 14:16:40 +01:00