diff --git a/gulpfile.js b/gulpfile.js index 4b4ba5c..2e55b2f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -31,6 +31,7 @@ const jsPublic = [ const jsPublicLibs = [ "bower_components/jquery/dist/jquery.js", "bower_components/bootstrap-sass/assets/javascripts/bootstrap.js", + "node_modules/gsap/src/uncompressed/TweenMax.js", "node_modules/what-input/dist/what-input.js" ]; diff --git a/package.json b/package.json index eca34c9..ff660a0 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "autoprefixer": "^7.1.6", "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", + "gsap": "^1.20.3", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "gulp-concat": "^2.6.1",