-
With the configuration
```
.pipe(imagemin([
imagemin.gifsicle({interlaced: true}),
imagemin.jpegtran({progressive: true}),
imagemin.optipng(),
imagemin.svgo([{removeViewBo…
-
noticed that a jitter occurs on you parallax sections example [parallax sections example](http://janpaepke.github.io/ScrollMagic/examples/advanced/parallax_sections.html) while scrolling (either with …
-
These is what I have included and it's working.
"//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"
//cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js">
"//cdnjs.cloudflar…
-
I'm not sure if I've misconfigured something or not, but I can't see any reason for this to be happening, & my tests and webpack configs work separately from wallaby.js. After loading and transpiling …
-
http://www.lynda.com/Audio-Music-Business-Skills-tutorials/Selling-Music-MP3s-Streams-CDs/163755-2.html
http://www.lynda.com/Genesis-tutorials/Customizing-Themes-Genesis-WordPress/170288-2.html
http:/…
-
I am using Gulp with this and I'm getting this error message.
> 'import' and 'export' may appear only with 'sourceType: module'
My app.js file looks like this
```
var Vue = require('vue'…
-
I'm trying to require TimelineLite and CSSPlugin in a webpack-based project. Here's the pattern that's causing me headaches:
```
if (typeof(define) === "function" && define.amd) { //AMD
d…
-
I'm using webpack with Greensock. I'm able to npm install gsap, and require() it with webpack. I need to do the same thing for Draggable, but it doesn't appear to be a part of the gsap module.
-
For some reason i'm suddenly seeing this error whenever i run Wallaby.
Running the tests with Karma works fine, and compiling the .js also works fine.
```
Failed to run compilers on src/exports.js, R…
-