mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 15:42:31 -05:00
Remove the bootstrap javascript from the public js as it makes more sense to include as needed
This commit is contained in:
parent
831860bf8a
commit
8b6f1e5111
2 changed files with 0 additions and 4 deletions
2
gulpfile.js
vendored
2
gulpfile.js
vendored
|
@ -46,8 +46,6 @@ const jsPublic = "resources/assets/js/app.js";
|
|||
// Javascript libraries for the public site
|
||||
const jsPublicLibs = [
|
||||
"node_modules/jquery/dist/jquery.js",
|
||||
"node_modules/popper.js/dist/umd/popper.js",
|
||||
"node_modules/bootstrap/dist/js/bootstrap.js",
|
||||
"node_modules/gsap/src/uncompressed/TweenMax.js",
|
||||
"node_modules/what-input/dist/what-input.js"
|
||||
];
|
||||
|
|
2
traditional-bootstrap/gulpfile.js
vendored
2
traditional-bootstrap/gulpfile.js
vendored
|
@ -44,8 +44,6 @@ const jsPublic = [
|
|||
// Javascript libraries for the public site
|
||||
const jsPublicLibs = [
|
||||
"node_modules/jquery/dist/jquery.js",
|
||||
"node_modules/popper.js/dist/umd/popper.js",
|
||||
"node_modules/bootstrap/dist/js/bootstrap.js",
|
||||
"node_modules/gsap/src/uncompressed/TweenMax.js",
|
||||
"node_modules/what-input/dist/what-input.js"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue