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

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)

Marionette Js Access To App From Controller With Requirejs

I want to get access to my main app instance from main controller to render new View. What i want t… Read more Marionette Js Access To App From Controller With Requirejs

Any Equivalent Gulp Plugin For Doing "grunt Bower"?

With grunt, I could use command grunt bower (provided by grunt-bower-requirejs) to auto-generate Re… Read more Any Equivalent Gulp Plugin For Doing "grunt Bower"?

Require.js Alternative Way To Require?

New to require.js. I have this: define([ 'jquery', 'underscore', 'b… Read more Require.js Alternative Way To Require?

Callback Before Requirejs "define" Function Is Called?

I'm new to Backbone, and i'm helping to maintain an app that has lots of Backbone and Requi… Read more Callback Before Requirejs "define" Function Is Called?

Load External Scripts With Requirejs Without Access To Config

I'm trying to load the datatables javascript library in a plugin that I'm writing. The issu… Read more Load External Scripts With Requirejs Without Access To Config

How To Send Additional Javascript Code To Client From Nodejs Server After Page Load

When a popup shows up on my website, I want the div in that popup rendered one of many different wa… Read more How To Send Additional Javascript Code To Client From Nodejs Server After Page Load

Where Do I Put My Knockout.js Extensions When Using Typescript And Requirejs

I am in the process of porting some javascript code to typescript and using requirejs. I have a con… Read more Where Do I Put My Knockout.js Extensions When Using Typescript And Requirejs