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
Guillermo Rauch
a9321714a5
Update Readme.md
2016-10-15 08:17:47 -05:00
Guillermo Rauch
ed90c2dd7c
Update Readme.md
2016-10-15 08:16:25 -05:00
Guillermo Rauch
c81ab7cc95
Update Readme.md
2016-10-15 08:15:10 -05:00
Naoyuki Kanezawa
ce280e8cf1
Merge pull request #7 from zeit/fix/examples
...
Fixed examples.
2016-10-15 20:00:22 +09:00
Naoyuki Kanezawa
0d7f69c121
Merge pull request #6 from zeit/add/bench
...
Added benchmark suite
2016-10-15 19:59:15 +09:00
Dan Zajdband
864e088cba
Fixed examples.
2016-10-14 17:13:46 -04:00
nkzawa
26e6193a97
hot-reload: initial
2016-10-15 00:05:08 +09:00
Dan Zajdband
7a379ac25e
Added benchmark suite
2016-10-13 16:01:11 -04:00
Naoyuki Kanezawa
0c70f0bde1
Merge pull request #5 from zeit/add/tests
...
Set test command and added more tests
2016-10-13 10:59:25 +09:00
Dan Zajdband
7f89c39045
Set test command and added more tests
2016-10-12 19:15:58 -04:00
nkzawa
facd19b5a7
add a css test
2016-10-10 13:35:37 +09:00
nkzawa
3647ed14ac
add a test
2016-10-10 13:25:08 +09:00
nkzawa
4f21383e0f
improve render
2016-10-10 13:24:30 +09:00
nkzawa
a8dcb52ac5
gulp test
2016-10-10 13:18:56 +09:00
nkzawa
f9eaf8db3b
use UglifyJsPlugin
2016-10-09 21:45:26 +09:00
nkzawa
a8c6b9e57a
lib/router: improve aborting xhr
2016-10-09 20:01:06 +09:00
nkzawa
3e721b6878
apply css on server rendering
2016-10-09 18:50:41 +09:00
nkzawa
0a0bb2e673
pages/_error: fix css
2016-10-09 18:36:58 +09:00
nkzawa
c037952b72
Merge branch 'master' of https://github.com/zeit/next.js
2016-10-09 18:25:52 +09:00
nkzawa
6718b05347
add _error.js, fix error handlings
2016-10-09 18:25:38 +09:00
Guillermo Rauch
ee0356c492
Update Readme.md
2016-10-08 17:50:09 -07:00
Guillermo Rauch
dfe1bc70a4
Update Readme.md
2016-10-08 09:23:06 -07:00
nkzawa
429668b464
improve resolving files, cache files
2016-10-08 21:01:58 +09:00
nkzawa
22bf51bbe0
support getInitialProps
2016-10-08 19:16:22 +09:00
nkzawa
5a14a7249b
serve static dir
2016-10-08 14:21:10 +09:00
nkzawa
e2ab55ad23
fix client/router
2016-10-08 14:12:51 +09:00
nkzawa
89f96cc160
support next/head
2016-10-07 10:57:31 +09:00
nkzawa
9150521c55
set dev flag when rendering
2016-10-07 10:56:48 +09:00
Naoyuki Kanezawa
83c19b256a
Merge pull request #3 from zeit/fix/next-dev
...
Fixes next dev and adds the css requires
2016-10-07 08:36:21 +09:00
Dan Zajdband
1833effeb7
Fixes next dev and adds the css requires
2016-10-06 18:40:15 -04:00