Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hudadamar21 committed Jul 10, 2022
1 parent 0d65e07 commit 790be1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ then run tailwindcss server
npm run watch
```

3. Generate Tailwind CSS (production)

```
npm run buildcss
```

Tailwind CSS file located at "./tailwindcss".
Generated Tailwind CSS located at "./static/css/main.css".

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "SoundTown is an online music collaboration platform, focused on iterating on small ideas into big ideas. The main functionality at the moment is communication across groups/teams of people, uploading audio files and commenting on them.",
"scripts": {
"watch": "npx tailwindcss -i ./tailwind.css -o ./static/css/styles.css --watch --minify",
"watch": "npx tailwindcss -i ./tailwind.css -o ./static/assets/css/styles.css --watch --minify",
"commit": "git add . && git commit -m"
},
"keywords": [
Expand Down
Loading

0 comments on commit 790be1d

Please sign in to comment.