Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gaf-mobile

eng121.0.0

GAF mobile Web site

readme

gaf-mobile: GAF Mobile Site

Hi there and welcome to the Mobile Site project young Padawan!

To start developping using the dev server, use the "serve" grunt task:

$ grunt serve

The dev server starts a HTTP proxy whose connection parameters will be printed (your-local-ip:1234). Configure your device or your browser to use that proxy, then enter m-local.freelancer.com in your browser and start writing code :-).

On desktop on can run Chrome with --proxy-server='your-local-ip:1234 to not change your system-wide settings.

Other country-specific extensions will work as well (m-local.freelancer.co.uk for instance).

By default the app will be configured to use "staging" endpoints (EC2 staging). If you want use the local or production endpoints, pass "staging" or "production" as task parameter:

$ grunt serve:staging
$ grunt serve:production

When you're ready to deploy, use the "build" task to build the app:

$ grunt build:staging
$ grunt build:production

Then make sure that the build process didn't break anything by using "serve" in the "dist" mode:

$ grunt serve:dist

changelog

v1.4.1

  • Update main configuration of bower.json

v1.4.0

  • Add Ad Preview Plugin support
  • In order to support Ad Preview Plugin, default platform version is now 2.4

v1.3.2

  • Support 100% literal of width setting of Comments. (#53)

v1.3.1

  • Refine social plugin directives parsing process for plugins with adaptive width (fb-page for now) (#45)
  • Add Embedded Video Player support

v1.3.0

  • Change default FB.init version from v1.0 to v2.0
  • Add Page plugin support (#45)

v1.2.1

  • Add API support: Canvas.getPageInfo (#40)

v1.2.0

v1.1.0

v1.0.1

v1.0.0

  • Rename service $FB to ezfb
  • Local DIs get renamed.
    • $fbInitParams -> ezfbInitParams
    • $fbAsyncInit -> ezfbAsyncInit
    • $fbLocale -> ezfbLocale

v0.3.1

  • Social plugin directivs now support interpolated attributes

v0.3.0

  • setLoadSDKFunction() in configuration phase for sdk loading customization
  • Support Facebook Social Plugins with built-in directives
  • ezfb-xfbml directive is now deprecated
  • Add unit tests for $FB and all directives

v0.2.3

v0.2.2

  • setInitFunction() in configuration phase for initialization customization
  • Make $FB.Event.unsubscribe unsubscribes events properly

v0.2.1

  • setLocale() in configuration phase
  • Configure FB.init parameters with $FB.init in run block

v0.2.0

  • AngularJS $q promise support
  • Fix minified code run-time error

v0.1.0

First release!