-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: changes in the layout of the main page on github #241
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ |
package.json
Outdated
@@ -50,10 +50,10 @@ | |||
"build-pages": "concurrently \"npm run build-pages:ts\" \"npm run build-pages:less\" && npm run build-pages:eleventy", | |||
"build-pages:ts": "cd pages && webpack", | |||
"build-pages:less": "lessc pages/src/localdev.less pages/static/bundles/localdev.css --source-map=pages/static/bundles/localdev.css.map", | |||
"build-pages:eleventy": "eleventy", | |||
"build-pages:eleventy": "ELEVENTY_ENV=production npx @11ty/eleventy", |
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.
Is it working in all OS?
It seems like I have a problem with running it in such a way on WIndows
Mb it has an option to pass environment as a regular command-line argument?
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.
you're right, it doesn't work on Windows. I rewrote this using a command-line argument
added missing elements according to the current version of the page