Skip to content

Commit

Permalink
Exclude gulpfile from packaging
Browse files Browse the repository at this point in the history
gulpfile.js was renamed in 6a6a14c
  • Loading branch information
morpheus133 authored and dmitrylyzo committed Jan 9, 2025
1 parent 21dc4f0 commit 9d1ae63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build-on-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If any changes are made to `jellyfin-web/dist/`, the `jellyfin-tizen/www/` direc
> Make sure you select the appropriate Certificate Profile in Tizen Certificate Manager. This determines which devices you can install the widget on.
```sh
tizen build-web -e ".*" -e gulpfile.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock"
tizen build-web -e ".*" -e gulpfile.babel.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock"
tizen package -t wgt -o . -- .buildResult
```

Expand Down
2 changes: 1 addition & 1 deletion Build-on-Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If any changes are made to `jellyfin-web/dist/`, the `jellyfin-tizen/www/` direc
> Make sure you select the appropriate Certificate Profile in Tizen Certificate Manager. This determines which devices you can install the widget on.
```bat
tizen.bat build-web -e ".*" -e gulpfile.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock"
tizen.bat build-web -e ".*" -e gulpfile.babel.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock"
tizen.bat package -t wgt -o . -- .buildResult
```

Expand Down

0 comments on commit 9d1ae63

Please sign in to comment.