We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running a build updates most of the samples files to wrap the original require in:
require(["deliteful-build/layer"], function(){ require([...
However for some reason that doesn't happen for Combobox.html. (Unless it's something I messed up in my environment somehow.)
PS: Not sure if this should be filed here or against another project
The text was updated successfully, but these errors were encountered:
It is working correctly for me. The wrapping is made using RegExp so it can be easily broken if the sample changes its structure.
The code doing this is here https://github.com/cjolif/sdk-utils/blob/master/build/tasks/updateSamples.js#L6.
Sorry, something went wrong.
No branches or pull requests
Running a build updates most of the samples files to wrap the original require in:
However for some reason that doesn't happen for Combobox.html. (Unless it's something I messed up in my environment somehow.)
PS: Not sure if this should be filed here or against another project
The text was updated successfully, but these errors were encountered: