Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Jun 20, 2022
1 parent 54d695f commit a172909
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.vscode
.vagrant
.phpunit.result.cache
CHANGELOG.md
Homestead.json
Homestead.yaml
npm-debug.log
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.12.95",
"version": "0.13.0",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/256.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/347.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/891.js → public/js/build/534.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/626.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/77.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/862.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/build/637.js → public/js/build/907.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion public/js/build/954.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d15abd25e49c5bc9
bfcf9760e6bc3c08
1 change: 1 addition & 0 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"/js/app.js": "/js/app.js",
"/css/app.css": "/css/app.css",
"/.DS_Store": "/.DS_Store",
"/favicon.ico": "/favicon.ico"
}
1 change: 1 addition & 0 deletions resources/assets/sass/pages/page-file.scss
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
position: fixed;
right: 16px;
bottom: 16px;
z-index: 1;
background-color: #fff;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
Expand Down

0 comments on commit a172909

Please sign in to comment.