Skip to content

Commit

Permalink
Revert Parcel upgrade
Browse files Browse the repository at this point in the history
Parcel parcel-bundler/parcel#2740

parcel-bundler/parcel#2736

also removed --experimental-scope-hoisting until upgrade works
  • Loading branch information
budparr committed Mar 8, 2019
1 parent c796668 commit cf51967
Show file tree
Hide file tree
Showing 14 changed files with 502 additions and 599 deletions.
3 changes: 2 additions & 1 deletion assets/css/tailwindcss/tailwind.config.js
Expand Up @@ -100,7 +100,8 @@ module.exports = {
sm: "576px",
md: "768px",
lg: "992px",
xl: "1200px"
xl: "1200px",
xxl: "1440px" //BP
},

fonts: {
Expand Down
2 changes: 0 additions & 2 deletions assets/index.js
@@ -1,5 +1,3 @@


// To use https://github.com/KyleAMathews/typefaces
import "typeface-nunito";
import "./css/styles.css";
Expand Down
2 changes: 1 addition & 1 deletion assets/js/app/filters.vue
Expand Up @@ -32,7 +32,7 @@
</div>
</div>

<div class="sm:grid grid-columns-8 grid-gap-4">
<div class="font-sans sm:grid grid-columns-8 grid-gap-4">
<div class="facets col-span-2 bg-white shadow py-8 px-4">
<!-- itemJS returns an object containing facets and items.
We here loop through aggregation and load a facet vue component for each-->
Expand Down
3 changes: 1 addition & 2 deletions assets/output/index.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/output/index.css.map

This file was deleted.

6 changes: 3 additions & 3 deletions assets/output/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/output/index.js.map

This file was deleted.

1 change: 1 addition & 0 deletions assets/output/index.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"author": "budparr <budparr@gmail.com>",
"license": "MIT",
"scripts": {
"clean": "rm -rf public/ assets/output static/output resources",
"clean": "rm -rf public/ assets/output static/output resources .cache",
"build": "run-s deploy:assets build:hugo",
"deploy": "run-s clean build",
"start": "run-s build:assets dev",
Expand All @@ -27,7 +27,7 @@
"itemsjs": "^1.0.42",
"lazysizes": "^4.1.6",
"npm-run-all": "^4.1.5",
"parcel-bundler": "^1.12.0",
"parcel-bundler": "1.11.0",
"postcss-cli": "^6.1.2",
"postcss-import": "^12.0.1",
"postcss-modules": "^1.4.1",
Expand Down

Large diffs are not rendered by default.

@@ -1 +1 @@
{"Target":"output/index.1786512029d87c32e394e5d645524b4bd56e218c911363d37322fa7d35aff1aa.css","MediaType":"text/css","Data":{"Integrity":"sha256-F4ZRICnYfDLjlOXWRVJLS9VuIYyRE2PTcyL6fTWv8ao="}}
{"Target":"output/index.550108b0093584a9b57fe3133518e655dfc7876d2a54eeaf9e3c5ea5ae9504ff.css","MediaType":"text/css","Data":{"Integrity":"sha256-VQEIsAk1hKm1f+MTNRjmVd/Hh20qVO6vnjxepa6VBP8="}}

0 comments on commit cf51967

Please sign in to comment.