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

Typescript. Referenceerror: Require Is Not Defined

I read official doc for TypeScript, and I copy code from there. I install commonjs and requerejs. … Read more Typescript. Referenceerror: Require Is Not Defined

Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

I am in the following situation. I am using requireJs to loads module and I don't want to use g… Read more Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

Accessing The Functions In Express On Client Side Using The Require -- Node Js

I have a to access the config variables defined in the file called test.js which has -- var aws =… Read more Accessing The Functions In Express On Client Side Using The Require -- Node Js

Datatables+requirejs: Cannot Read Property 'defaults' Of Undefined

I have downloaded the full package of DataTables with all its module, since it can't be accesse… Read more Datatables+requirejs: Cannot Read Property 'defaults' Of Undefined

Requirejs Calling Callbacks Before Dependencies Loaded/resolved

I'm having an issue with RequireJS where my main.js script has a reference to a dependency, whi… Read more Requirejs Calling Callbacks Before Dependencies Loaded/resolved

Load Standard Javascript Files With Requirejs

I'm trying out requireJS in order to improve the loading of Javascript on an ASP.NET MVC app, u… Read more Load Standard Javascript Files With Requirejs

Optimize Requirejs Front-end Application

I am learning to use r.js to optimize/minify/uglify a front-end app. So far it is really cool and p… Read more Optimize Requirejs Front-end Application

Set Up Jsfiddle With Requirejs, Socketio, Backbone

I've spent more than half a day trying to set up a requirejs, socket.io, backbonejs fiddle so a… Read more Set Up Jsfiddle With Requirejs, Socketio, Backbone