Skip to content

Commit

Permalink
Merge HydeFront v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 27, 2022
1 parent c5283c0 commit 727c8f3
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 247 deletions.
7 changes: 0 additions & 7 deletions resources/assets/app.css

This file was deleted.

Large diffs are not rendered by default.

146 changes: 1 addition & 145 deletions resources/assets/dist/hyde.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion resources/assets/dist/hyde.css.map

This file was deleted.

89 changes: 1 addition & 88 deletions resources/assets/dist/hyde.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion resources/assets/dist/hyde.min.css

This file was deleted.

1 change: 0 additions & 1 deletion resources/assets/dist/hyde.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion resources/assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions resources/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "hydefront",
"version": "1.2.1",
"version": "1.3.1",
"description": "Frontend assets for HydePHP",
"scripts": {
"prod": "sass hyde.scss dist/hyde.min.css --style=compressed --no-source-map && uglifyjs --compress --mangle --output dist/hyde.min.js hyde.js",
"prod": "sass hyde.scss dist/hyde.css --style=compressed --no-source-map && uglifyjs --compress --mangle --output dist/hyde.js hyde.js",
"dev": "sass hyde.scss dist/hyde.css && uglifyjs --beautify --output dist/hyde.js hyde.js"
},
"repository": {
Expand Down

0 comments on commit 727c8f3

Please sign in to comment.