Copy link to clipboard
Copied
I was doing some learning on tutorials and I was wondered where I find what version of Bootstrap I have in DW 2017.0.1 build 9346. If it isn't version 4, when is that coming out?
Thanks
digidandan wrote
I was doing some learning on tutorials and I was wondered where I find what version of Bootstrap I have in DW 2017.0.1 build 9346. If it isn't version 4, when is that coming out?
Thanks
You have version 3 in DW. Bootstrap v4 is in beta testing and will be out officially.......who knows when, a long time coming.
Copy link to clipboard
Copied
digidandan wrote
I was doing some learning on tutorials and I was wondered where I find what version of Bootstrap I have in DW 2017.0.1 build 9346. If it isn't version 4, when is that coming out?
Thanks
You have version 3 in DW. Bootstrap v4 is in beta testing and will be out officially.......who knows when, a long time coming.
Copy link to clipboard
Copied
If you use DW to create your Bootstrap and jQuery files for you, chances are you're using Bootstrap 3.7 and jQuery 1.11.3
Bootstrap 4 (Alpha) is not a release candidate. No word yet on the official release version date. Read more about it below:
https://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/
That does not preclude you from testing it. You can use the CDN hosted links below.
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
Nancy
Find more inspiration, events, and resources on the new Adobe Community
Explore Now