You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
I strongly recommend using a bundler like webpack or browserify to create your famo.us applications. This really speeds up load performance, especially on mobile. Are you familiar with these bundlers? They don't require the AMD wrapper.
If you really have a good use case for using require-js, I could add the AMD wrapping, but I reckoned no-one was using that anymore in the famo.us community, so I didn't bother.
cheers,
Hein
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi IjzerenHein,
I'm trying to load vflToLayoutv3.js using requirejs, but can't load it because its not in the correct module format. Missing the wrapping:
Should I load the module in another way?
In your example code (in the documentation) for famous 0.3.5 you use LayoutController instead of AutoLayoutController. Is this correct?
AutoLayoutController.js is missing the same module wrapping...
Gr. Serge
The text was updated successfully, but these errors were encountered: