Cleanup some dev things
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -11,4 +11,9 @@ node_modules/*
|
||||
.bundle/
|
||||
.env.*
|
||||
.vimrc.local
|
||||
*.dump
|
||||
Capfile
|
||||
config/deploy.rb
|
||||
config/deploy/production.rb
|
||||
tags
|
||||
|
||||
|
@@ -1,2 +1,2 @@
|
||||
web: bundle exec hanami server
|
||||
css: npx tailwindcss -i ./app/assets/index.css -o ./public/assets/index.css --watch
|
||||
css: npx tailwindcss -i ./app/assets/index.css -o ./public/assets/index.css --watch
|
||||
|
Reference in New Issue
Block a user