Jam is a package manager for JavaScript. Unlike other repositories, it put the browser first.
Questions tagged [jamjs]
6 questions
6
votes
1 answer
Using Jam.js, require.js and node-webkit without conflicts
I'm currently writing a web app that I later intend to deploy using node-webkit. I want to use as little node.js as possible so that I have the option to easily deploy to the web without having to rewrite large portions of the code.
I'm using Jam.js…

Macks
- 1,696
- 5
- 23
- 38
1
vote
1 answer
How does Jam.js manage `shim` package
I was wondering how Jam.js (the package system) was managing packages who aren't published by their authors. (like Backbone or Handlebars)
I looked at the documentation but found nothing over there. But in the package list, we can see that some…

Simon Boudrias
- 42,953
- 16
- 99
- 134
0
votes
0 answers
JamJS - Still pulls for dependencies separately when compiled - Underscore not loaded for context?
A am relatively new to JamJS, and struggle to make it work properly.
I've got a very simple project based on Backbone and RequireJS, where I use JamJS to manage dependencies, namely: Backbone, _, Less, $, modernizr, underscore, bootstrap.
I tend to…

Klon
- 445
- 1
- 5
- 13
0
votes
1 answer
Install with npm and run command for Jam and Compound.js on OSX 10.8.3 Mountain Lion
When I run installation with npm on OSX 10.8.3 for jam (npm install jam -g) and compound (npm install compound -g), the installation work well and all files go to /usr/local/share/npm/lib/node_modules/ as expected.
But the problem is I can't use the…

Val Entin
- 953
- 10
- 18
0
votes
1 answer
requirejs loading my jquery plugin async
I have a function that is calling a jquery plugin function by first loading the plugin with RequireJS the problem is the plugin function inside requirejs only gets executed after my function already returned so hasMessageParent always returns null.…

user391986
- 29,536
- 39
- 126
- 205
0
votes
2 answers
RequireJS how specify shim dependency from jam file package section
I'm working in a project with backbone-boilerplate which uses RequireJS to load modules and JamJS to manage them.
My require config.js file is as follows:
require.config({
deps: ["../vendor/jam/require.config", "main"],
paths: {
…

acanimal
- 4,800
- 3
- 32
- 41