COMMWORK
COMMWORK
Doesn't this (toneffectory) work anymore? Did it now this way but it's quick+dirty: `jQuery(document).ready(function($){ $("#menuButton").click(function() { $(".slicknav_nav").slideToggle(); }); }); `
I had this problem when using another terminal, with CMD or Pwershell no problem (Windows 10).
I had this problem a while ago, too. Some mixin was the problem. Maybe check that.
Tried the new NPX Gulp now, too. Same problem. Doing this: `// .pipe( autoprefixer( config.BROWSERS_LIST ) )` Does not help. Node: 9.11.2 NPM: 6.4.1 Newsest Chrome + FF Windows 10
I made a PSD (flat), it's here: https://drive.google.com/open?id=1oDBiR_5GIzGri8-BIjfIx0YZSMmtzURu
Same problem here (Windows 10, NPM 3.8.0). I have to add: `` on top to get it working. So I have to change: ``` html ``` to: ``` html ```...