Skip to content

Commit

Permalink
Merge pull request #200 from dragomano/develop
Browse files Browse the repository at this point in the history
Update to 2.6.3
  • Loading branch information
dragomano authored Apr 28, 2024
2 parents 30d4024 + 3bcb538 commit 77f8926
Show file tree
Hide file tree
Showing 91 changed files with 2,786 additions and 3,004 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
node_modules/
src/Sources/LightPortal/Libs/*
src/Sources/index.php
!/composer.lock
composer.lock

src/Themes/default/languages/LightPortal/*
!src/Themes/default/languages/LightPortal/index.php
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"build:geek": [
"composer run up",
"vendor/bin/phing geek_edition"
],
"build:all": [
"composer run assets",
"composer run build",
"vendor/bin/phing geek_edition",
"composer run build:dev"
]
}
}
1,190 changes: 0 additions & 1,190 deletions composer.lock

This file was deleted.

5 changes: 5 additions & 0 deletions configs/vite.comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ export default defineConfig({
},
}),
],
resolve: {
alias: {
'@scripts': resolve('./src/Themes/default/scripts/light_portal/dev'),
},
},
});
5 changes: 5 additions & 0 deletions configs/vite.plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ export default defineConfig({
},
},
plugins: [vue()],
resolve: {
alias: {
'@scripts': resolve('./src/Themes/default/scripts/light_portal/dev'),
},
},
});
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"devDependencies": {
"release-timeline": "^0.6.0",
"sass": "^1.72.0",
"vitepress": "1.0.1",
"sass": "^1.75.0",
"vitepress": "^1.1.4",
"vitepress-sidebar": "^1.22.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 77f8926

Please sign in to comment.