Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX gulpfile for ES5 files #43

Closed
wants to merge 5 commits into from
Closed

Conversation

york-xtrem
Copy link

@york-xtrem york-xtrem changed the title FIX gulpfile for vendor ES5 FIX gulpfile for ES5 files Oct 30, 2016
@shafi49
Copy link

shafi49 commented Nov 24, 2016

I highly recommend this merge request. I also faced similar problems while trying to use ScrollMagic.
However I somehow got it working by ignoring those files in .babelrc file like this
image

{ "presets": ["es2015-without-strict"], "ignore": [ "bower_components/justgage/raphael-2.1.4.min.js", "bower_components/scrollmagic/scrollmagic/uncompressed/ScrollMagic.js", "bower_components/scrollmagic/scrollmagic/minified/plugins/animation.gsap.min.js", "bower_components/scrollmagic/scrollmagic/minified/plugins/debug.addIndicators.min.js" ], "compact": false }
In above code snippets I used "es2015-without-strict" to use raphael.js library. As it turned out raphael.js can not work while "use strict" is enabled
Please consider this merge request so that people like me won't have to waste time trying to figure what went wrong.

@DanielRuf
Copy link
Contributor

Please resolve the conflicts.

config.yml Outdated Show resolved Hide resolved
config.yml Outdated Show resolved Hide resolved
york-xtrem and others added 2 commits January 2, 2020 12:54
Co-Authored-By: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>
Co-Authored-By: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>
@joeworkman joeworkman closed this Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants