Skip to content

Commit

Permalink
Adjusted files for production
Browse files Browse the repository at this point in the history
  • Loading branch information
katsulon committed Dec 16, 2024
1 parent 0395fc3 commit 24e51c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: installing dependencies and setup
run: |
cd /home/laravel/project/Timeliner/timeliner
composer install
composer install --no-dev --optimize-autoloader
php artisan key:generate --force
php artisan migrate --force
npm install
Expand Down
2 changes: 2 additions & 0 deletions timeliner/resources/css/app.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import './timelinestyle.css';

@import './bootstrap-toggle.min.css';

@tailwind base;
@tailwind components;
@tailwind utilities;
4 changes: 2 additions & 2 deletions timeliner/resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import './bootstrap';

import './timelinelistener';
import '../css/timelinestyle.css';

import './formfunctions';
import './createformfunctions';

import './bootstrap-toggle.min.js'


import Alpine from 'alpinejs';

Expand Down
2 changes: 0 additions & 2 deletions timeliner/resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

<!-- Scripts -->
@vite(['resources/css/app.css', 'resources/js/app.js'])
@vite(['resources/css/bootstrap-toggle.min.css', 'resources/js/bootstrap-toggle.min.js'])
<script type = "text/javascript" src="formfunctions"> </script>

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
Expand Down

0 comments on commit 24e51c3

Please sign in to comment.