0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00

Changed to only include only *.less files (to match NPM/Bower)

This commit is contained in:
Supergibbs 2015-08-20 09:30:30 -07:00
parent 2e59d177aa
commit 86997512ce

View File

@ -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>