Skip to content

Refactor client #1137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Oct 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f4f63a6
moving client code
shellscape Sep 29, 2017
88d48e8
adding proper entry point
shellscape Sep 29, 2017
10d0430
reworkig client build process. client -> public
shellscape Sep 29, 2017
56be65b
removing pug, cleaning up after file move
shellscape Oct 1, 2017
dcf0782
update the devclient domain for new client location
shellscape Oct 1, 2017
545cebe
prune flags inherited from webpack's yargs config
shellscape Oct 1, 2017
b25612d
update examples cmd, clean readmes
shellscape Oct 2, 2017
e0dc8aa
correct log output
shellscape Oct 2, 2017
e717492
stop minifying client scripts. no need for dev envs
shellscape Oct 2, 2017
247a207
remove jquery from project
shellscape Oct 2, 2017
121e639
refactor and clean 'live' client files
shellscape Oct 2, 2017
b3c4d45
style.css -> live.css
shellscape Oct 3, 2017
de7c961
rewriting the overlay
shellscape Oct 3, 2017
0d4dc8a
improving log style, using loglevel for prefix
shellscape Oct 4, 2017
f1e9273
refactor client/index
shellscape Oct 4, 2017
8739121
monkey patching webpack/hot/log to match formatting
shellscape Oct 4, 2017
53e3f5d
Merge branch 'beta' into refactor-client
shellscape Oct 5, 2017
7192d3f
removing branch restrictions on CI
shellscape Oct 5, 2017
2fab70a
Merge branch 'refactor-client' of github.com:webpack/webpack-dev-serv…
shellscape Oct 5, 2017
163ca43
Merge branch 'beta' into refactor-client
shellscape Oct 5, 2017
9fdd135
Merge branch 'beta' into refactor-client
shellscape Oct 6, 2017
aea2698
Merge branch 'beta' into refactor-client
shellscape Oct 9, 2017
543321b
Merge branch 'beta' into refactor-client
shellscape Oct 10, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web_modules
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"rules": {
"comma-dangle": ["error", "never"],
"curly": ["error"],
"consistent-return": "off",
"no-param-reassign": "off",
"no-underscore-dangle": "off",
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
npm-debug.log
node_modules
/client/live.bundle.js
/client/index.bundle.js
/client/sockjs.bundle.js
/public
/coverage
*.pem
.idea/
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/client
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
sudo: false
branches:
only:
- master
- beta

language:
node_js

Expand Down
11 changes: 0 additions & 11 deletions client/.eslintrc

This file was deleted.

1 change: 0 additions & 1 deletion client/live.html

This file was deleted.

124 changes: 0 additions & 124 deletions client/live.js

This file was deleted.

128 changes: 0 additions & 128 deletions client/overlay.js

This file was deleted.

7 changes: 0 additions & 7 deletions client/page.pug

This file was deleted.

2 changes: 0 additions & 2 deletions client/web_modules/jquery/index.js

This file was deleted.

Loading