Commit graph

106 commits

Author SHA1 Message Date
Dan Zajdband
b01ddc5544 Added bundle size and % (#43) 2016-10-25 12:32:03 +02:00
nkzawa
b997ca8f09 Merge branch 'master' of https://github.com/zeit/next.js 2016-10-25 18:11:51 +09:00
nkzawa
ba2e2aced9 webpack: fix loader exclude settings 2016-10-25 18:11:39 +09:00
Dan Zajdband
885e6acef7 Merge pull request #41 from zeit/fix/css-usage
Fix usage of next/css
2016-10-25 11:01:45 +02:00
nkzawa
83400a8f38 fix usage of next/css 2016-10-25 17:16:54 +09:00
nkzawa
becae90375 Merge branch 'master' of https://github.com/zeit/next.js 2016-10-25 16:46:16 +09:00
nkzawa
81612f86a7 prepublish hook 2016-10-25 16:45:12 +09:00
nkzawa
4c42644845 gulp: compile test and bench only if it's required 2016-10-25 16:44:54 +09:00
nkzawa
414fa68295 add benchmark module 2016-10-25 16:26:21 +09:00
nkzawa
36497ceaf7 gulp: simplify build 2016-10-25 16:01:32 +09:00
Naoyuki Kanezawa
1952a47a90 Merge pull request #39 from zeit/add/css-default-export
Exposing glamor style as default
2016-10-25 15:57:44 +09:00
Guillermo Rauch
09a9eb08fb Update Readme.md 2016-10-25 08:15:50 +02:00
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