Skip to content

Commit

Permalink
Changed browser sync to look at the new public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinByrne committed Jun 5, 2022
1 parent 8f56f5f commit 605f478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"watch": "concurrently \"npm:watch-tailwind\" \"npm:watch-browser\"",
"watch-browser": "browser-sync -w --files \"./tailwind.css\"",
"watch-browser": "browser-sync ./public/",
"watch-tailwind": "npx tailwindcss -i ./tailwind.css -o ./public/css/tailwind.css --watch",
"build": "NODE_ENV=production npx tailwindcss -i ./tailwind.css -o ./public/csstailwind.css --minify"
}
Expand Down

0 comments on commit 605f478

Please sign in to comment.