Questions tagged [aura.js]

A JavaScript framework with a decoupled, event-driven architecture for developing widget-based Rich Internet Applications.

Aura takes advantage of patterns and best practices for developing maintainable applications and gives you greater control over widget-based development. Aura gives you complete control of a widget's life cycle, allowing developers to dynamically start, stop, reload and clean-up parts of their application as needed.

The project is hosted at https://github.com/aurajs.

32 questions
0
votes
0 answers

AuraJS: Specifying dependencies between extensions

I know it's possible to require other modules, but how can you tell aura to process a module as an extension? Background: For a large project I'm working on, I'm using aura extensions to modify a jQuery instance I'm keeping in the app's sandbox. A…
turtlemonvh
  • 9,149
  • 6
  • 47
  • 53
-1
votes
1 answer

Built aura project reloading modules twice with requirejs

I have an aura.js project which as part of the documentation, to load extensions you specify the path with require js. Here is an example of an extension: define ["pace"], ($) -> (app) -> require: paths: morris:…
imrane
  • 1,542
  • 2
  • 16
  • 29
1 2
3