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 Nov 3, 2017. It is now read-only.
A lot of plugins don't work well with regex support. Custom ones may need to be written or we could take a look at require-js which may done some of resource filtering.
The text was updated successfully, but these errors were encountered:
@mmoayyed Using RequireJs in our application would drastically change our UI architecture. RequireJS is a script loader that manages the loading of all JS dependencies. All of our JavaScript code would need to be converted to an AMD (Asynchronous Module Definition) format. The AMD format allows JS files to be written in a more modular fashion. Grunt has a plugin that integrates with the RequireJS build tool. In my recommendations, I am going to mention RequireJs as a potential item to include in our technology stack. An example of the RequireJS and the RequireJS build tool can be seen here: https://github.com/mpolizzotti/angular-require/
Thanks for opening a ticket with uMobile app phonegap. 👍 🙇♂️
The uMobile app phonegap is no longer being actively maintained. ⛔
For alternatives we recommend the uMobile Android App and the uMobile iOS app. ✅
Thanks again for contributing to the uMobile app phonegap! ✨
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A lot of plugins don't work well with regex support. Custom ones may need to be written or we could take a look at require-js which may done some of resource filtering.
The text was updated successfully, but these errors were encountered: