Skip to content Skip to sidebar Skip to footer
Showing posts with the label Requirejs

How To Document A Require.js (amd) Modul With Jsdoc 3 Or Jsdoc?

I have 2 types of Modules: Require.js Main File: require.config({ baseUrl: '/another/… Read more How To Document A Require.js (amd) Modul With Jsdoc 3 Or Jsdoc?

Event Handling With Subclasses

Based on this question. I'm moving from RequireJS to browserify (together with babelify) and tr… Read more Event Handling With Subclasses

Use A Typescript Module/class In The Browser And In The Server (node.js)

How would I use the same typescript class or module in a client side javascript file and in a serve… Read more Use A Typescript Module/class In The Browser And In The Server (node.js)

Get Object From View To Display In Text! Plugin Of Backbone Project

I am trying to display customer's sale history in a tab. When customer first click in to Histo… Read more Get Object From View To Display In Text! Plugin Of Backbone Project

Module Definition To Work With Node.js, Require.js And With Plain Scripttags Too

I am working on a javascript module/library that should work in 3 environments: in node.js in requ… Read more Module Definition To Work With Node.js, Require.js And With Plain Scripttags Too

Limit Line Length With Requirejs + Uglify

We're using requirejs.optimize(config) with uglify2 in our build scripts to minify our producti… Read more Limit Line Length With Requirejs + Uglify