Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorSupergibbs <jesse.mandel@gmail.com>2015-08-20 19:30:30 +0300
committerSupergibbs <jesse.mandel@gmail.com>2015-08-20 19:30:30 +0300
commit86997512ce11d30ec296c6310c74c49ef3300053 (patch)
treeb7c0b29c3193126a0b9b6d964f4be6903623def5 /nuget
parent2e59d177aab3c80a27bca60f5c312b87b325f454 (diff)
Changed to only include only *.less files (to match NPM/Bower)
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.less.nuspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuget/bootstrap.less.nuspec b/nuget/bootstrap.less.nuspec
index 7d69099f3a..85134ef499 100644
--- a/nuget/bootstrap.less.nuspec
+++ b/nuget/bootstrap.less.nuspec
@@ -21,7 +21,7 @@
<tags>css js less mobile-first responsive front-end framework web</tags>
</metadata>
<files>
- <file src="less\**\*.*" target="content\Content\bootstrap" />
+ <file src="less\**\*.less" target="content\Content\bootstrap" />
<file src="fonts\*.*" target="content\Content\fonts" />
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
</files>