Skip to content

Commit

Permalink
Fix style building
Browse files Browse the repository at this point in the history
  • Loading branch information
odinuge committed Jan 25, 2018
1 parent 8e0036e commit f048336
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions itdagene/assets/frontend/js/index.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f048336

Please sign in to comment.