-
Notifications
You must be signed in to change notification settings - Fork 682
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
Optimize tutorial #1101
Optimize tutorial #1101
Conversation
bd69892
to
b0d59ec
Compare
b0d59ec
to
3325c52
Compare
3325c52
to
10154c1
Compare
10154c1
to
ae8fcb9
Compare
ae8fcb9
to
0fe251a
Compare
huge work, thank you!! Let's sync on this, it currently fails to build the static site. |
"start": "node --max-old-space-size=4096 ./node_modules/webpack-dev-server/bin/webpack-dev-server --config config/webpack.config.js & open http://localhost:8080/", | ||
"dev": "node --max-old-space-size=4096 ./node_modules/webpack-dev-server/bin/webpack-dev-server --config config/webpack.config.js --inline --progress --hot --profile --colors --watch --display-error-details --display-cachedwebpack-dev-server & open http://localhost:8080/" | ||
"start": "open http://localhost:8080/ && node --max-old-space-size=4096 ./node_modules/webpack-dev-server/bin/webpack-dev-server --config config/webpack.config.js", | ||
"dev": "open http://localhost:8080/ && node --max-old-space-size=4096 ./node_modules/webpack-dev-server/bin/webpack-dev-server --config config/webpack.config.js --inline --progress --hot --profile --colors --watch --display-error-details --display-cachedwebpack-dev-server" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The open
command doesn't work across systems. This will essentially fail the build to display anything.
I really like the small logo, well done!! |
Also, I'd prefer not to have any plugins as part of the online demo (but let's discuss). |
0fe251a
to
e5d05e8
Compare
e5d05e8
to
bbcd890
Compare
bbcd890
to
4dd827b
Compare
Thank you for the countless improvements in this one! |
This PR is doing some PR improvements:
Still to do:
inspec shell -c 'sshd_config.Protocol'
orinspec exec examples/inheritance
fixes #1045
fixes #1089
fixes #957
fixes #1086
addresses most issues from #851