Commit graph

20294 commits

Author SHA1 Message Date
Guillermo Rauch
10ce2e3305 Update package.json 2016-10-25 08:11:00 +02:00
Guillermo Rauch
8f058733dc Update Readme.md 2016-10-25 08:10:38 +02:00
Guillermo Rauch
66518b42da Update Readme.md 2016-10-25 08:09:45 +02:00
Naoyuki Kanezawa
ebecbcf89e Load client js from cdn with fallback (#34)
* load client js from cdn with fallback

* fix cdn url
2016-10-25 01:50:33 -04:00
Guillermo Rauch
08811c7c95 Update Readme.md 2016-10-24 16:00:50 -04:00
Guillermo Rauch
b3fd94f925 Update Readme.md 2016-10-24 15:59:46 -04:00
Guillermo Rauch
32e421c6e1 Update Readme.md 2016-10-24 15:40:29 -04:00
nkzawa
7569ef6ca9 hot reload compilation errors 2016-10-25 00:20:50 +09:00
nkzawa
7ec46d512b hot reload added/removed pages 2016-10-24 16:22:15 +09:00
nkzawa
301cd26235 dynamic-entry-plugin: improve 2016-10-24 11:38:55 +09:00
nkzawa
61dc5137f5 dynamic-entry-plugin: fix hasEntry 2016-10-24 10:55:25 +09:00
nkzawa
7dfc298859 Merge branch 'master' of https://github.com/zeit/next.js 2016-10-24 01:42:31 +09:00
nkzawa
07b95ae080 dynamically add/remove pages 2016-10-24 01:42:13 +09:00
Dan Zajdband
6743e2b014 Exposing glamor style as default allowing different ways to import the css helpers 2016-10-22 09:45:41 +02:00
Dan Zajdband
e164074f8e Added glamor css (#38)
* Added glamor css

* Using pseudoclasses instead of calling functions

* Updated readme using style instead of default import for css
2016-10-21 09:39:20 -07:00
Guillermo Rauch
ba14964da7 Update Readme.md 2016-10-19 17:58:42 -07:00
Guillermo Rauch
052499dd81 Update Readme.md 2016-10-19 17:08:41 -07:00
Guillermo Rauch
29f50097fb Update Readme.md 2016-10-19 16:59:18 -07:00
nkzawa
ec774a39da refactor paths 2016-10-19 21:58:08 +09:00
nkzawa
2e2db37ccb add error page for debug 2016-10-19 21:41:45 +09:00
nkzawa
400b75658b write files even on error 2016-10-18 23:14:00 +09:00
nkzawa
f2d456b986 less logs to display on compile error 2016-10-18 18:33:49 +09:00
nkzawa
3c44137b9b improve hot-reloading 2016-10-17 23:35:31 +09:00
nkzawa
60aa5869e4 document: refactoring 2016-10-17 17:08:53 +09:00
nkzawa
0544c247bb clean up dependencies 2016-10-17 16:24:38 +09:00
nkzawa
8689af6480 server: tweak 2016-10-17 16:07:41 +09:00
nkzawa
ae5098599a hot-reloader: refactoring 2016-10-17 16:05:46 +09:00
Naoyuki Kanezawa
e296ff9e59 Merge pull request #32 from zeit/fix/build-structure
Improve build directory structure
2016-10-17 15:33:25 +09:00
nkzawa
a40bba954b remove .next before compiling 2016-10-17 12:55:33 +09:00
nkzawa
fb6f5d4382 change build directories structure 2016-10-17 12:55:09 +09:00
Naoyuki Kanezawa
3c88a3d7a8 Merge pull request #31 from zeit/add/hot-reload
Hot code reloading
2016-10-17 11:23:05 +09:00
nkzawa
c697618e11 server/read: remove unused argument 2016-10-17 11:19:42 +09:00
nkzawa
1be8447a26 Merge branch 'master' into add/hot-reload 2016-10-17 11:10:16 +09:00
nkzawa
9b585e91d8 move loaders 2016-10-17 10:57:51 +09:00
nkzawa
577e2c27a7 use webpack for transpiling too 2016-10-17 10:54:36 +09:00
Dan Zajdband
142a6e375b Open tab when running next dev (#8)
* Open tab when running next dev

* Added NEXT_OPEN_BROWSER env var to prevent open a browser tab on next dev

* using regexp for testing false on env var

* adding ! to if
2016-10-16 18:49:33 -07:00
Dan Zajdband
d9b1828c79 Added warning when pages dir is not present (#14)
* Added warning when pages dir is not present and a special one if it exists as a sibling of the project root

* Added requested copy changes
2016-10-16 18:04:35 -07:00
Dan Zajdband
2d06eb5958 Added husky for linting on precommit (#29) 2016-10-16 17:52:12 -07:00
Dan Zajdband
1477734211 Added linting using standard (#27)
* Added linting using standard

* Linting on test
2016-10-16 17:00:17 -07:00
Dan Zajdband
97ad053855 Added next init command for starting a new project (#15)
* Added next bootstrap command for starting a new project

* renamed bootstrap to init and check we are not in a dir called pages

* Removed extra empty line
2016-10-16 16:55:30 -07:00
Dan Zajdband
7a331084dc Reverting default props for errors. (#12) 2016-10-16 15:44:26 -07:00
Dan Zajdband
ea61fe412a Add current props to state when data available (#13) 2016-10-16 00:25:13 -05:00
Dan Zajdband
418fb84475 Merge pull request #11 from zeit/add/examples
Add some basic examples
2016-10-16 01:01:56 -04:00
Dan Zajdband
78fa6b191d Added async props test (#9) 2016-10-15 23:32:58 -05:00
Guillermo Rauch
89089f5546 add some basic examples 2016-10-15 23:31:05 -05:00
nkzawa
82f23e2aca fix generating _error.js 2016-10-16 13:01:17 +09:00
nkzawa
3bc8fdecb3 always use write-file-webpack-plugin 2016-10-16 11:49:09 +09:00
Dan Zajdband
e527098bb9 Implemented missing pieces for overriding 404 and 500 pages. (#10) 2016-10-15 17:36:54 -05:00
nkzawa
3032ade283 write assets to disk 2016-10-16 04:49:42 +09:00
nkzawa
e7ffb2c17d emit modules as file 2016-10-16 01:17:27 +09:00