There’s a build scenario I happen to run into quite frequently: I have multiple AMD modules and I want to define during build time which modules should be included in the build. That means, I want a build to be dynamic during build time, not during runtime (one could also call this a configurable build).
Read more
Posts Tagged: modules
EmbedJS 0.2 and AMD
During JSConf.eu, we released EmbedJS 0.2. That release was mainly about a fundamental architectural change: the move to the AMD pattern for our features. Let me explain why we decided to do this, why we think this is a big step forward and what this means for the user.