edit-task
Home
Up
Delete
Task Name:
Task Description:
PRB bootstrap - not working in MVC project
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">title</h1> <h2>[previously]</h2> <ol> <li><strong>[2015-07-18] PRB - </strong></li> <ol> <li><strong>x] # # - ] NO bootstrap buttons ] NO rows on Categories page,</strong></li> </ol> <li><strong>[00:00] NEW task IN </strong></li> <ol> <li><strong>x] is bootstrap installed? </strong>] while included in the current asp.net template, this project was built with an earlier version of template,</li> </ol> <li><strong>[00:00] NEW task IN</strong></li> <ol> <li><strong>x] install bootstrap using PM</strong></li> <li>x] adds bootstrap package (3.3.4) using PM</li> <li>x] this auto uninstalled jq 1.8.2, installed 1.9.1</li> <li>] RESULT = installed, still</li> </ol> <li><strong>[00:00] NEW task IN </strong></li> <ol> <li><strong>] is it referenced in page(layout) > ADD bootstrap to bundleConfig.cs</strong></li> <li>] add line of code to class, to reference the installed bootstrap</li> <li>] RESULT = now bootstrap is working BUT original theme is BROKEN</li> <li>*] while both bootstrap and orig (site) css ARE added</li> <li>] have to put multiple items in the same call to include VS multiple calls which would likely overwrite</li> <li>] TEST = both styles, WORKS sort of, has the orig style(default msft) and the new style(default bootstrap), LOOK OK but there RESPONSIVE issues</li> </ol></ol> <h2>[currently]</h2> <ol> <li>]</li> </ol> <h2>[next]</h2> <ol> <li>] update LAYOUT TO bootstrap theme</li> <ol> <li>]</li> </ol> <li>] <a href="http://getbootstrap.com/components/#nav">http://getbootstrap.com/components/#nav</a></li> </ol> <p> </p> <p> </p> <hr /> <p><a href="https://www.nuget.org/packages/bootstrap/" target="_blank">https://www.nuget.org/packages/bootstrap/</a> </p> <p>PM> Install-Package bootstrap</p> <p><br />Attempting to resolve dependency 'jQuery (≥ 1.9.1)'.<br />Installing 'jQuery 1.9.1'.<br />Successfully installed 'jQuery 1.9.1'.<br />Installing 'bootstrap 3.3.4'.<br />Successfully installed 'bootstrap 3.3.4'.<br />Removing 'jQuery 1.8.2' from guide-MVC.<br />Successfully removed 'jQuery 1.8.2' from guide-MVC.<br />Adding 'jQuery 1.9.1' to guide-MVC.<br />Successfully added 'jQuery 1.9.1' to guide-MVC.<br />Adding 'bootstrap 3.3.4' to guide-MVC.<br />Successfully added 'bootstrap 3.3.4' to guide-MVC.<br />Uninstalling 'jQuery 1.8.2'.<br />Successfully uninstalled 'jQuery 1.8.2'.</p>