Skip to content

Commit

Permalink
Merge pull request #25 from lucky-media/v1.3
Browse files Browse the repository at this point in the history
Exported dist folder
  • Loading branch information
arlindmusliu committed Jul 16, 2024
2 parents 1e4f2ed + 4fd2686 commit 1063ef9
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
vendor
resources/dist
composer.lock
package-lock.json
Binary file added resources/dist/build/assets/no-image-1998827c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/dist/build/assets/sp-pulse-25114206.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/dist/build/assets/sp-pulse-8207a454.css

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

19 changes: 19 additions & 0 deletions resources/dist/build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"resources/css/sp-pulse.css": {
"file": "assets/sp-pulse-8207a454.css",
"isEntry": true,
"src": "resources/css/sp-pulse.css"
},
"resources/js/assets/no-image.png": {
"file": "assets/no-image-1998827c.png",
"src": "resources/js/assets/no-image.png"
},
"resources/js/sp-pulse.js": {
"assets": [
"assets/no-image-1998827c.png"
],
"file": "assets/sp-pulse-25114206.js",
"isEntry": true,
"src": "resources/js/sp-pulse.js"
}
}

0 comments on commit 1063ef9

Please sign in to comment.