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
Sébastien Chopin
959cbb613a
Merge branch 'dev' into nuxt-dev-fix-double-compile
2017-11-23 12:50:28 +01:00
pimlie
6d8c96bc82
Fix eslint issue in builder.js
2017-11-23 12:01:38 +01:00
Dmitri Efimenko
6022c5d561
Prevent double compile on nuxt.config.js update
2017-11-22 15:57:39 +03:00
Dmitriy
4c808c90ab
fix memory leak on restart nuxt-dev ( #2190 )
2017-11-22 13:21:07 +03:30
Dmitri Efimenko
9fb2fdf4f5
build.styleResourcesLoader
...
https://github.com/yenshih/style-resources-loader
2017-11-21 02:56:14 +03:00
Clark Du
377416a7ef
refactor: eslint adjustments
2017-11-19 17:18:02 +03:30
Sébastien Chopin
2c2ee63dd1
Merge pull request #2032 from Gomah/dev
...
feat: add subFolders option for generate
2017-11-16 16:16:22 +01:00
David Sandor
715ff581b9
use the new hooks system instead of a plugin.
2017-11-16 06:04:39 -05:00
David Sandor
9aa6722512
Include errors, this is useful in reporting success %
2017-11-16 05:50:14 -05:00
David Sandor
1c4978db4f
Add tappable plugin call after route generated.
2017-11-16 05:44:34 -05:00
Sébastien Chopin
85adbaf2a9
Merge pull request #2101 from clarkdo/issue_2099
...
fix: assets is not resolved in <object>/<embed> src
2017-11-14 08:35:02 +01:00
Clark Du
47384305da
fix: assets is not resolved in <object>/<embed> src
2017-11-14 11:14:37 +08:00
Sébastien Chopin
7b7f3a104e
Merge pull request #2081 from clarkdo/extract_css
...
feat: make extractCSS configurable
2017-11-11 21:04:10 +01:00
Clark Du
ff4a5bd404
feat: make extractCSS configurable
2017-11-11 20:52:45 +08:00
Pooya Parsa
a23fb18399
fix: always add commonChunksPlugin
2017-11-11 01:16:37 +03:30
Pooya Parsa
e5017c5e2a
perf: better vendor chunk
...
Also disables commons chunk plugin on dev environments for faster builds
2017-11-07 15:35:41 +03:30
Atinux
6dfe660412
fix: Implement TimeFixPlugin by @egoist to avoid webpack rebuilds
2017-11-07 11:47:55 +01:00
Pooya Parsa
1eee113d6d
chore(builder): better naming for plugin generated aliases
...
Help developers tracing exact source of warns/errors
2017-11-07 13:32:10 +03:30
Pooya Parsa
80fb65040b
fix(builder): add hash to generated plugin names
...
A plugin named `bootstrap` results importing bootstrap jquery!
2017-11-07 13:17:50 +03:30
Pooya Parsa
f626acf1f9
refactor: simplify internal compilers
2017-11-07 13:16:29 +03:30
Gomah
59ad478037
Add subFolders option for generate
2017-11-06 18:36:28 +11:00
Atinux
aa342330d7
fix: Fix PostCSS plugin resolution when used in nuxt.config.js
2017-11-03 12:32:57 +01:00
Atinux
42073db289
fix: Remove useless console.log
2017-11-03 12:32:57 +01:00
Sébastien Chopin
241e43504a
Merge pull request #2016 from clarkdo/video_fix
...
fix: video can not be loaded
2017-11-03 07:39:27 +01:00
Clark Du
04a2ffb016
fix: video can not be loaded
2017-11-03 10:36:01 +08:00
Atinux
8318ce7510
fix: loadResources after every build
2017-10-31 18:33:25 +01:00
Sébastien Chopin
fe0ad908b7
hook: Add generate:page hook
2017-10-30 23:14:21 +01:00
Sébastien Chopin
2e8271f658
lint: Lint file
2017-10-30 22:39:26 +01:00
Sébastien Chopin
94ad5955e6
Hooks ready to be tested
2017-10-30 22:39:08 +01:00
Atinux
6648695015
refacto: Hooks
2017-10-30 18:41:22 +01:00
Atinux
83815de91b
lint: Update linting rule on space-before-paren
2017-10-30 17:51:11 +01:00
Atinux
379d4f72d4
refacto: Refacto nuxt.build() to finish after webpack is done
2017-10-30 15:46:06 +01:00
Sébastien Chopin
41b775a365
patch: Use last version of UglifyES and add IE9 preset
2017-10-28 18:12:21 +02:00
Sébastien Chopin
0781814045
lint: Fix lint issue
2017-10-28 11:01:41 +02:00
Sébastien Chopin
b3a1844f6f
Merge branch 'dev' into refacto-app
2017-10-28 10:21:47 +02:00
Atinux
8a2adbeee4
patch: Fix typo in warning
2017-10-27 12:17:35 +02:00
John Fischer
5d3156c0c7
Catch cryptic error when a plugin is not found
2017-10-27 13:19:42 +03:30
Clark Du
f5acb6fc0e
fix: syntax error in generator.js
2017-10-25 15:35:33 +03:30
pimlie
72529c69da
dont assume /index.html exists
2017-10-23 23:43:59 +02:00
Sebastien Chopin
e3974b4729
deprecation: Deprecate isServer, isClient and dev
2017-10-20 12:05:22 +02:00
Sébastien Chopin
5b09b92286
Refactor to use only one context and add route.meta
2017-10-20 10:52:07 +02:00
Sébastien Chopin
dd7d8bbafc
dev: Improve template debugging in development
2017-10-20 10:52:07 +02:00
FieryCod
0b46b06c7c
Adds support for folders in /layouts
2017-10-15 21:31:01 +02:00
Zhang Chengrong
cf693d04a3
Fix auto load postcss.config.js problem
2017-10-13 11:48:36 +03:30
Sébastien Chopin
dcf35933c0
Merge pull request #1620 from homerjam/layout-transitions
...
add layout transitions
2017-09-12 13:36:52 +02:00
Pooya Parsa
19a943d44c
fix: increase webpack dev timeouts
2017-09-12 01:05:09 +04:30
James Homer
e937937ea1
add layout transitions
2017-09-09 12:19:52 +01:00
Clark Du
afc756f694
move up error print becuse it never be called
...
Signed-off-by: Clark Du <clark.duxin@gmail.com>
2017-09-08 12:15:29 +08:00
Sebastien Chopin
b114717701
Force preserveWhitespace to false to avoid SSR mismatch
2017-09-07 14:09:28 +02:00