Skip to content

Commit

Permalink
working on pupil-labs#202
Browse files Browse the repository at this point in the history
  • Loading branch information
willpatera committed Jan 31, 2017
1 parent 3218eaa commit bc5cd01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ gulp.task "css:clean", ->
new RegExp('^.no-touch.*')
new RegExp('^.Header.*')
new RegExp('^.js-side-nav*')
new RegExp('^.js-menu*')
new RegExp('^.side-nav*')
new RegExp('\.logotype*(.)\S+')
new RegExp('^.cart-.*')
Expand Down
2 changes: 1 addition & 1 deletion templates/includes/js.jade
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script.


//- custom site script here
script(src=contents.js['sidenav.js'].url async)
script(src=contents.js['sidenav.js'].url)
script(src=contents.js['main.js'].url async)

block page_scripts
Expand Down

0 comments on commit bc5cd01

Please sign in to comment.