diff --git a/itdagene/assets/frontend/js/index.js b/itdagene/assets/frontend/js/index.js index 0adf3e96..656b0dd6 100644 --- a/itdagene/assets/frontend/js/index.js +++ b/itdagene/assets/frontend/js/index.js @@ -1,3 +1,6 @@ +// This is required to build the css +require("./../styl/itdagene.styl"); + $(document).ready(function() { $(window).scroll(function() { if ($(".navbar").offset().top > 50) { diff --git a/yarn.lock b/yarn.lock index 11c2d9b9..31848a25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1540,9 +1540,9 @@ isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" -jquery@2: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" +jquery@3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca" jquery@>=1.2.6, "jquery@>=1.7.1 <4.0.0", "jquery@^1.8.3 || ^2.0 || ^3.0": version "3.2.1"