Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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"?

Preserving Jquery Dependency For Highcharts With Requirejs Optimizer

I'm testing out requireJS and am trying to make a simple project using highcharts. I've st… Read more Preserving Jquery Dependency For Highcharts With Requirejs Optimizer

Requirejs Anonymous Dependency Not Defined

I have a problem with requirejs and a dependency being undefined. My setup is the following: var li… Read more Requirejs Anonymous Dependency Not Defined

Requirejs Text Plugin And Variable Concatenated String

I'm using RequireJS text plugin to load some html templates. When I passing a string literal to… Read more Requirejs Text Plugin And Variable Concatenated String

Requirejs Search For App.app Instead Of App.js (where App.js Is Entry Point Specified In Data-main)

Problem: I have a trivial demo application which use requireJS. When require.min.js script loads, … Read more Requirejs Search For App.app Instead Of App.js (where App.js Is Entry Point Specified In Data-main)

Exporting Createjs Lib Assets For Use With Require.js

I'm trying to use assets (vector, movieclips, etc.) exported from the Flash IDE for CreateJS bu… Read more Exporting Createjs Lib Assets For Use With Require.js

How To Load Ace Editor With Requirejs From Cdn?

I am trying to load the ace editor from a CDN with requirejs. Here is a plunkr which illustrates my… Read more How To Load Ace Editor With Requirejs From Cdn?

Loading Angular From Cdn Via Requirejs Is Not Injected

In my project I want to use RequireJS and bootstrap my app as follows: requirejs.config({ baseUrl: … Read more Loading Angular From Cdn Via Requirejs Is Not Injected