Adds original Bootstrap js and css

Removes Bootstrap from Gulp pipeline cause it does not support js modules
This commit is contained in:
HermesSbicego-Laser
2022-01-12 16:46:00 +01:00
parent 8334106137
commit 858c1ffda5
12 changed files with 21551 additions and 7529 deletions

View File

@@ -101,28 +101,6 @@
"inputs": [ "Assets/Js/Underscore/underscore.js" ],
"output": "Scripts/underscore.js"
},
{
"inputs": [ "Assets/scss/Bootstrap/bootstrap.scss" ],
"output": "Styles/bootstrap.css"
},
{
"inputs": [
"Assets/Js/Bootstrap/alert.js",
"Assets/Js/Bootstrap/button.js",
"Assets/Js/Bootstrap/carousel.js",
"Assets/Js/Bootstrap/collapse.js",
"Assets/Js/Bootstrap/dropdown.js",
"Assets/Js/Bootstrap/index.js",
"Assets/Js/Bootstrap/modal.js",
"Assets/Js/Bootstrap/tooltip.js",
"Assets/Js/Bootstrap/popover.js",
"Assets/Js/Bootstrap/scrollspy.js",
"Assets/Js/Bootstrap/tab.js",
"Assets/Js/Bootstrap/toast.js",
"Assets/Js/Bootstrap/util.js"
],
"output": "Scripts/bootstrap.js"
},
{
"inputs": [ "Assets/Less/FontAwesome/font-awesome.less" ],
"output": "Styles/font-awesome.css"