-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #676 from aspnetboilerplate/issue-#7089
Switched to gulp structure for packages
- Loading branch information
Showing
16 changed files
with
5,003 additions
and
525 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/.gitignore
This file contains 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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# Ignore libraries generated by libman | ||
# Ignore libraries generated by gulp | ||
wwwroot/libs/ | ||
wwwroot/dist/ | ||
|
||
# Ignore bundle files | ||
wwwroot/view-resources/Views/**/*.min.* | ||
wwwroot/view-resources/Views/Shared/Components/**/*.min.* | ||
wwwroot/view-resources/Views/Shared/Components/**/*.min.* | ||
/package-lock.json |
This file contains 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 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
22 changes: 1 addition & 21 deletions
22
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Account/_Styles.cshtml
This file contains 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 |
---|---|---|
@@ -1,24 +1,4 @@ | ||
<link rel="shortcut icon" href="~/img/favicon.ico"> | ||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> | ||
|
||
<environment names="Development"> | ||
@*admin-lte styles start*@ | ||
<link href="~/libs/font-awesome/css/all.min.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/libs/icheck-bootstrap/icheck-bootstrap.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/libs/admin-lte/dist/css/adminlte.min.css" rel="stylesheet" asp-append-version="true" /> | ||
@*admin-lte styles end*@ | ||
|
||
@*abp styles start*@ | ||
<link href="~/libs/toastr/toastr.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/libs-ext/famfamfam-flags/dist/sprite/famfamfam-flags.min.css" rel="stylesheet" asp-append-version="true" /> | ||
@*abp styles end*@ | ||
|
||
@*custom styles start*@ | ||
<link href="~/view-resources/Views/Account/_Layout.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/css/style.css" rel="stylesheet" asp-append-version="true" /> | ||
@*custom styles end*@ | ||
</environment> | ||
|
||
<environment names="Staging,Production"> | ||
<link rel="stylesheet" href="~/view-resources/Views/_Bundles/account-layout.min.css" asp-append-version="true" /> | ||
</environment> | ||
<link rel="stylesheet" href="~/view-resources/Views/_Bundles/account-layout.min.css" asp-append-version="true" /> |
This file contains 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
2 changes: 1 addition & 1 deletion
2
...anyName.AbpProjectName.Web.Mvc/Views/Shared/Components/RightNavbarUserArea/Default.cshtml
This file contains 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 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 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
25 changes: 1 addition & 24 deletions
25
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Shared/Layout/_Styles.cshtml
This file contains 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 |
---|---|---|
@@ -1,27 +1,4 @@ | ||
<link rel="shortcut icon" href="~/img/favicon.ico"> | ||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> | ||
|
||
<environment names="Development"> | ||
@*admin-lte styles start*@ | ||
<link href="~/libs/font-awesome/css/all.min.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/libs/icheck-bootstrap/icheck-bootstrap.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/libs/datatables/css/dataTables.bootstrap4.min.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/libs/datatables/css/responsive.bootstrap4.min.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/libs/datatables/css/buttons.bootstrap4.min.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/libs/admin-lte/dist/css/adminlte.min.css" rel="stylesheet" asp-append-version="true" /> | ||
@*admin-lte styles end*@ | ||
|
||
@*abp styles start*@ | ||
<link href="~/libs/toastr/toastr.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/libs-ext/famfamfam-flags/dist/sprite/famfamfam-flags.min.css" rel="stylesheet" asp-append-version="true" /> | ||
@*abp styles end*@ | ||
|
||
@*custom styles start*@ | ||
<link href="~/view-resources/Views/Shared/_Layout.css" rel="stylesheet" asp-append-version="true" /> | ||
<link href="~/css/style.css" rel="stylesheet" asp-append-version="true" /> | ||
@*custom styles end*@ | ||
</environment> | ||
|
||
<environment names="Staging,Production"> | ||
<link href="~/view-resources/Views/_Bundles/shared-layout.min.css" rel="stylesheet" asp-append-version="true" /> | ||
</environment> | ||
<link href="~/view-resources/Views/_Bundles/shared-layout.min.css" rel="stylesheet" asp-append-version="true" /> |
Oops, something went wrong.