Skip to content

dbankier/GlobalRequire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlobalRequire

See this blog post to understand what is going on over here.

Usage

Add the lib/require.js file to your project.

Add the following lines the beginning of your app.js file.

    if (Ti.Platform.osname==="android") {
      Ti.include("/lib/require.js");
    }

About

Android Titanium require replacement for require parity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published