mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Use the correct gsap include
This commit is contained in:
parent
964c6b9186
commit
b54ad4ba28
2 changed files with 2 additions and 2 deletions
2
gulpfile.js
vendored
2
gulpfile.js
vendored
|
@ -46,7 +46,7 @@ const jsPublic = "resources/js/app.js";
|
||||||
// Javascript libraries for the public site
|
// Javascript libraries for the public site
|
||||||
const jsPublicLibs = [
|
const jsPublicLibs = [
|
||||||
"node_modules/jquery/dist/jquery.js",
|
"node_modules/jquery/dist/jquery.js",
|
||||||
"node_modules/gsap/gsap-core.js",
|
"node_modules/gsap/dist/gsap.js",
|
||||||
"node_modules/what-input/dist/what-input.js"
|
"node_modules/what-input/dist/what-input.js"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
2
traditional-bootstrap/gulpfile.js
vendored
2
traditional-bootstrap/gulpfile.js
vendored
|
@ -44,7 +44,7 @@ const jsPublic = [
|
||||||
// Javascript libraries for the public site
|
// Javascript libraries for the public site
|
||||||
const jsPublicLibs = [
|
const jsPublicLibs = [
|
||||||
"node_modules/jquery/dist/jquery.js",
|
"node_modules/jquery/dist/jquery.js",
|
||||||
"node_modules/gsap/gsap-core.js",
|
"node_modules/gsap/dist/gsap.js",
|
||||||
"node_modules/what-input/dist/what-input.js"
|
"node_modules/what-input/dist/what-input.js"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue