Dev: fix jekyll warnings; fade: make it more subtle
This commit is contained in:
parent
b3cab9aa28
commit
5d514222d6
|
@ -20,7 +20,7 @@ $bounce: cubic-bezier(0.75, -0.5, 0, 1.75);
|
||||||
.post-content.-wrapified,
|
.post-content.-wrapified,
|
||||||
.intro-content {
|
.intro-content {
|
||||||
html.WithJs & {
|
html.WithJs & {
|
||||||
opacity: 0.4;
|
opacity: 0.98;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.WithJs.LoadDone & {
|
html.WithJs.LoadDone & {
|
||||||
|
|
|
@ -41,13 +41,14 @@
|
||||||
"build": "run-s -s 'parcel:*:build' jekyll:build",
|
"build": "run-s -s 'parcel:*:build' jekyll:build",
|
||||||
"dev": "run-p -sl jekyll:watch 'parcel:*:watch'",
|
"dev": "run-p -sl jekyll:watch 'parcel:*:watch'",
|
||||||
"jekyll:build": "bundle exec jekyll build",
|
"jekyll:build": "bundle exec jekyll build",
|
||||||
"jekyll:watch": "wait-on assets/packed/app.js && bundle exec jekyll serve --safe --trace --drafts --watch --incremental --host ${HOST:-0.0.0.0} --port ${PORT:-3000}",
|
"jekyll:watch": "wait-on assets/packed/app.js && wait-on _includes/2017/critical/critical-sheet.css && bundle exec jekyll serve --safe --trace --drafts --watch --incremental --host ${HOST:-0.0.0.0} --port ${PORT:-3000}",
|
||||||
"jest-html": "jest-html",
|
"jest-html": "jest-html",
|
||||||
"parcel:app:build": "parcel build '_parcel/app.js' -d assets/packed --no-source-maps --no-autoinstall",
|
"parcel:app:build": "parcel build '_parcel/app.js' -d assets/packed --no-source-maps --no-autoinstall",
|
||||||
"parcel:app:watch": "parcel watch '_parcel/app.js' -d assets/packed --no-source-maps --no-autoinstall",
|
"parcel:app:watch": "parcel watch '_parcel/app.js' -d assets/packed --no-source-maps --no-autoinstall",
|
||||||
"parcel:build": "run-s -s 'parcel:*:build'",
|
"parcel:build": "run-s -s 'parcel:*:build'",
|
||||||
"parcel:critical:build": "parcel build '_parcel/critical*.js' -d _includes/2017/critical --no-source-maps --no-autoinstall",
|
"parcel:critical:build": "parcel build '_parcel/critical*.js' -d _includes/2017/critical --no-source-maps --no-autoinstall",
|
||||||
"parcel:critical:watch": "parcel watch '_parcel/critical*.js' -d _includes/2017/critical --no-source-maps --no-autoinstall",
|
"parcel:critical:watch": "parcel watch '_parcel/critical*.js' -d _includes/2017/critical --no-source-maps --no-autoinstall",
|
||||||
|
"predev": "rm -rf assets/packed _includes/2017/critical",
|
||||||
"prejekyll:build": "bundle",
|
"prejekyll:build": "bundle",
|
||||||
"prejekyll:watch": "bundle",
|
"prejekyll:watch": "bundle",
|
||||||
"prettier:format": "prettier --write '_parcel/**/*.{js,scss}'",
|
"prettier:format": "prettier --write '_parcel/**/*.{js,scss}'",
|
||||||
|
|
Loading…
Reference in New Issue