Skip to content

Commit

Permalink
cleaned up css. concat to one file + bootstrap. ran prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Reese committed Dec 31, 2019
1 parent b7a84ab commit 2cc2afe
Show file tree
Hide file tree
Showing 190 changed files with 4,617 additions and 74,277 deletions.
6 changes: 4 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
public/js/jQuery/jquery-3.4.1.js
src/assets/sass/plugins/*.min.css
build/
public/
lambda/
node_modules/
7 changes: 1 addition & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[build]
command = "yarn build && yarn build:lambda"
functions = "lambda"
publish = "build"

[[redirects]]
from = "/*"
to = "/index.html"
status = 200
publish = "build"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"scss:watch": "node-sass -w src/assets/sass/main.scss -o src/assets/css/",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"./**/*.{js,json,md,css,sass}\""
"format": "prettier --write \"./**/*.{js,json,md,css,sass}\"",
"postbuild": "purgecss --css build/static/css/*.css --content build/static/index.html build/static/js/*.js --out build/static/css"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
Loading

0 comments on commit 2cc2afe

Please sign in to comment.