jam icon indicating copy to clipboard operation
jam copied to clipboard

JavaScript package manager - using a browser-focused and RequireJS compatible repository

Results 69 jam issues
Sort by recently updated
recently updated
newest added

On the homepage when I click certain links, instead of going to the page the homepage just reloads. For example the "Read the docs" on the homepage, just reloads the...

When using Jam with NPM v3, node_modules are stored at the top level, not recursively. e.g. NPM v2 ``` . └─┬ node_modules └─┬ jam └─┬ node_modules └── requirejs ``` NPM...

All 'use strict' directives are striped of after 'jam compile'. Is there a special option to enable this feature?

A script with a define: ``` javascript define ([ "jquery", "cobweb/Basic/X3DField", "cobweb/Bits/X3DConstants", ], function ($, X3DField, X3DConstants) { "use strict"; function SFBool (value) { ... ``` results after 'jam compile'...

e.g. when searching for for `jquery` all packages that contain _jquery_ in some way are returned. The actual jquery package is somewhere on the fifth page or so. If there...

Not that I'm claiming to be so stupid as to have signed up and promptly lost my password, ahem, but I have somehow noticed that http://jamjs.org/packages does not have a...

Would it be possible to login to the repository in the terminal? For the moment every publish asks for username and password.

Short version: I'm using a `hbs!` plugin that's not in jam. I define the path in a `require.config()` call at the top of my main `init.js` file, but when I...

I want to automate this on tag releases, so it can work automatically with travis CI. Is there a way to do this?

The problem: we are using a private repository with couchdb-lucene. The search on our couchDB works fine if we call http://host:5984/_fti/local/repository/_design/jam-packages/packages?q=hello Jam search appends a slash at the end generating...