Code Monkey home page Code Monkey logo

Comments (12)

ooxi avatar ooxi commented on August 18, 2024

Can you post a minimal example reproducing the error? That would make debugging it much easier

from amdclean.

gfranko avatar gfranko commented on August 18, 2024

I will investigate this and will hopefully have an answer by the weekend (busy work schedule this week).

from amdclean.

jansepar avatar jansepar commented on August 18, 2024

Hey sorry, I've also had a really busy work week and haven't had time to create a minimal test case. There is quite a lack of debugging output so in order to give a minimal example I'd essentially have to go through and debug the code myself, which I would have loved to do but I don't have time at the moment. I can say that this specific file causes the error to occur:

https://github.com/mobify/mobifyjs/blob/v2.0/build/mobify.js

from amdclean.

gfranko avatar gfranko commented on August 18, 2024

@jansepar Would you mind updating to the 0.3.1 version and let me know if it fixes your issue? Thanks!

from amdclean.

gfranko avatar gfranko commented on August 18, 2024

After looking through the Mobify code, there looks like there is only one weird block:

require(["mobifyjs/utils", "mobifyjs/capture", "mobifyjs/resizeImages", "mobifyjs/jazzcat", "mobifyjs/unblockify", "mobifyjs/cssOptimize", "mobifyjs/external/picturefill"], function(Utils, Capture, ResizeImages, Jazzcat, Unblockify, CssOptimize) {
    var Mobify = window.Mobify = window.Mobify || {};
    Mobify.Utils = Utils;
    Mobify.Capture = Capture;
    Mobify.ResizeImages = ResizeImages;
    Mobify.Jazzcat = Jazzcat;
    Mobify.CssOptimize = CssOptimize;
    Mobify.Unblockify = Unblockify;
    Mobify.api = "2.0"; // v6 tag backwards compatibility change
    return Mobify;

}, undefined, true);

Is there a reason you are passing undefined and true to your require() method?

from amdclean.

jansepar avatar jansepar commented on August 18, 2024

@gfranko yep! Those arguments are relName and forceSync that are used for the almond.js loader I'm using. You can look more into it here: https://github.com/jrburke/almond/blob/master/almond.js#L321

Ideally I'd like to use requirejs/AMD for dependancy management when building the library, but I'd rather not have a loader file (almond.js) at all. Hoping amdclean can give me that ideal scenario :)

from amdclean.

gfranko avatar gfranko commented on August 18, 2024

I think if you just take out the undefined and true parameters, then AMDClean should already work for you =)

I'll look into why the extra parameters are not working with AMDClean.

from amdclean.

gfranko avatar gfranko commented on August 18, 2024

This is now fixed in version 0.3.2. Let me know if you have any other issues!

from amdclean.

jansepar avatar jansepar commented on August 18, 2024

Thanks! I'll give it a shot. Just a heads up 0.3.2 has not been deployed to npm yet.

from amdclean.

gfranko avatar gfranko commented on August 18, 2024

For some reason the npm site still shows 0.3.1, but if you check the latest version number with npm show amdclean version, then it shows that 0.3.2 is the latest version.

from amdclean.

jansepar avatar jansepar commented on August 18, 2024

Ah, cool. I just tried it out and it's working great! Thanks for all your help :)

from amdclean.

gfranko avatar gfranko commented on August 18, 2024

I'm glad we got this sorted out, sorry it took so long!

from amdclean.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.