Skip to content

Commit

Permalink
Setup Tailwind
Browse files Browse the repository at this point in the history
Moved temporary styles to app.scss
  • Loading branch information
stevepop committed Feb 1, 2018
1 parent c622a95 commit 5e74ed4
Show file tree
Hide file tree
Showing 11 changed files with 60,188 additions and 110 deletions.
3 changes: 3 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ composer install --no-interaction --no-dev --prefer-dist
php artisan migrate --force
# --force Required to run when in production.

# execute front-end build
yarn run production

# stop maintenance mode
php artisan up
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"jquery": "^3.2",
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"tailwindcss": "^0.4.1",
"vue": "^2.5.7"
}
}
Loading

0 comments on commit 5e74ed4

Please sign in to comment.