Skip to content

Commit

Permalink
Added tailwind.css file in public/css folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcodingzest committed Aug 18, 2020
1 parent 9c99cd7 commit a1177f2
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -4,7 +4,7 @@
"description": "Stocks Trading Simulation WebApp",
"main": "app.js",
"scripts": {
"build:css": "postcss style/tailwind.css -o ./public/css/style.css",
"build:css": "postcss public/css/tailwind.css -o public/css/style.css",
"start": "concurrently \"cross-env NODE_ENV=production node app\" \"npm:build:css\"",
"dev": "concurrently \"cross-env NODE_ENV=development nodemon app\" \"npm:build:css\""
},
Expand Down
File renamed without changes.

0 comments on commit a1177f2

Please sign in to comment.