Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ddd33cd9
Commit
ddd33cd9
authored
6 years ago
by
Supergibbs
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Support nuget contentFiles, used for some project types
parent
13b8b9f0
2 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nuget/bootstrap.nuspec
+4
-0
nuget/bootstrap.nuspec
nuget/bootstrap.sass.nuspec
+4
-0
nuget/bootstrap.sass.nuspec
with
8 additions
and
0 deletions
+8
-0
nuget/bootstrap.nuspec
+
4
-
0
View file @
ddd33cd9
...
...
@@ -25,5 +25,9 @@
<file
src=
"dist\css\*.*"
target=
"content\Content"
/>
<file
src=
"dist\js\bootstrap*.js"
target=
"content\Scripts"
/>
<file
src=
"dist\js\bootstrap*.js.map"
target=
"content\Scripts"
/>
<file
src=
"dist\css\*.*"
target=
"contentFiles\Content"
/>
<file
src=
"dist\js\bootstrap*.js"
target=
"contentFiles\Scripts"
/>
<file
src=
"dist\js\bootstrap*.js.map"
target=
"contentFiles\Scripts"
/>
</files>
</package>
This diff is collapsed.
Click to expand it.
nuget/bootstrap.sass.nuspec
+
4
-
0
View file @
ddd33cd9
...
...
@@ -25,5 +25,9 @@
<file
src=
"scss\**\*.scss"
target=
"content\Content\bootstrap"
/>
<file
src=
"dist\js\bootstrap*.js"
target=
"content\Scripts"
/>
<file
src=
"dist\js\bootstrap*.js.map"
target=
"content\Scripts"
/>
<file
src=
"scss\**\*.scss"
target=
"contentFiles\Content\bootstrap"
/>
<file
src=
"dist\js\bootstrap*.js"
target=
"contentFiles\Scripts"
/>
<file
src=
"dist\js\bootstrap*.js.map"
target=
"contentFiles\Scripts"
/>
</files>
</package>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets