bootstrap.sass.nuspec 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>bootstrap.sass</id>
  5. <!-- pulled from package.json -->
  6. <version>5</version>
  7. <title>Bootstrap Sass</title>
  8. <authors>The Bootstrap Authors, Twitter Inc.</authors>
  9. <owners>bootstrap</owners>
  10. <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
  11. <releaseNotes>https://blog.getbootstrap.com/</releaseNotes>
  12. <summary>Bootstrap framework in Sass. Includes JavaScript</summary>
  13. <language>en-us</language>
  14. <projectUrl>https://getbootstrap.com/</projectUrl>
  15. <icon>bootstrap.png</icon>
  16. <license type="file">LICENSE.txt</license>
  17. <copyright>Copyright 2017-2021</copyright>
  18. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  19. <tags>css sass mobile-first responsive front-end framework web</tags>
  20. <contentFiles>
  21. <files include="**/*" buildAction="Content" />
  22. </contentFiles>
  23. </metadata>
  24. <files>
  25. <file src="LICENSE.txt" target="" />
  26. <file src="nuget\bootstrap.png" target="" />
  27. <file src="scss\**\*.scss" target="content\Content\bootstrap" />
  28. <file src="dist\js\bootstrap*.js" target="content\Scripts" />
  29. <file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
  30. <file src="scss\**\*.scss" target="contentFiles\any\any\wwwroot\scss" />
  31. <file src="dist\js\bootstrap*.js" target="contentFiles\any\any\wwwroot\js" />
  32. <file src="dist\js\bootstrap*.js.map" target="contentFiles\any\any\wwwroot\js" />
  33. </files>
  34. </package>