-
-
Notifications
You must be signed in to change notification settings - Fork 362
chore(CssBundler): add css-bundler tools #6841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
de2d192
chore: 增加 css-bundler 工具
ArgoZhang c4762b8
chore: 增加配置
ArgoZhang a2af0f9
chore: 删除生成文件
ArgoZhang 28b09a4
chore: 更新打包配置
ArgoZhang 4b6bc85
chore: 集成打包工具
ArgoZhang 0314d62
chore: 更新打包配置文件
ArgoZhang b95fb2d
chore: 更新忽略文件
ArgoZhang 0d3b760
chore: 更新样式配置文件
ArgoZhang ea42fd0
doc: 增加本地化
ArgoZhang 154baa7
doc: 更新 ColorPicker 示例
ArgoZhang a7d2b8c
refactor: 更改为增量执行
ArgoZhang b75f3cd
chore: 更改任务名称
ArgoZhang 39c3d3e
test: 更新单元测试
ArgoZhang 6a15663
Merge branch 'main' into feat-tools
ArgoZhang b1be73c
chore: bump version 9.11.1-beta05
ArgoZhang 05b2e11
Merge branch 'main' into feat-tools
ArgoZhang 12b9c90
refactor: 更新脚本
ArgoZhang 43cb668
chore: 更新脚本
ArgoZhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "version": 1, | ||
| "isRoot": true, | ||
| "tools": { | ||
| "bootstrapblazor.cssbundler": { | ||
| "version": "1.0.0", | ||
| "commands": [ | ||
| "css-bundler" | ||
| ], | ||
| "rollForward": false | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| [ | ||
| { | ||
| "outputFileName": "wwwroot/css/bootstrap.blazor.bundle.min.css", | ||
| "inputFiles": [ | ||
| "wwwroot/core/bootstrap/css/bootstrap.min.css", | ||
| "wwwroot/css/bootstrapblazor.min.css", | ||
| "wwwroot/lib/animate/animate.min.css", | ||
| "wwwroot/lib/swal/sweetalert2.min.css" | ||
| ] | ||
| }, | ||
| { | ||
| "outputFileName": "wwwroot/css/bootstrap.blazor.bundle.rtl.min.css", | ||
| "inputFiles": [ | ||
| "wwwroot/core/bootstrap/css/bootstrap.rtl.min.css", | ||
| "wwwroot/css/bootstrapblazor.min.css", | ||
| "wwwroot/lib/animate/animate.min.css", | ||
| "wwwroot/lib/swal/sweetalert2.min.css" | ||
| ] | ||
| } | ||
| ] |
4 changes: 0 additions & 4 deletions
4
src/BootstrapBlazor/wwwroot/css/bootstrap.blazor.bundle.min.css
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
src/BootstrapBlazor/wwwroot/css/bootstrap.blazor.bundle.rtl.min.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.