Use the correct gsap include

This commit is contained in:
Kevin MacMartin 2019-11-15 14:46:44 -05:00
parent 964c6b9186
commit b54ad4ba28
2 changed files with 2 additions and 2 deletions

2
gulpfile.js vendored
View file

@ -46,7 +46,7 @@ const jsPublic = "resources/js/app.js";
// Javascript libraries for the public site
const jsPublicLibs = [
"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"
];

View file

@ -44,7 +44,7 @@ const jsPublic = [
// Javascript libraries for the public site
const jsPublicLibs = [
"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"
];