caolan / jam

JavaScript package manager - using a browser-focused and RequireJS compatible repository
MIT License
1.5k stars 105 forks source link

Require.js build not concatenating scripts loaded with Jam #153

Open Mickael-van-der-Beek opened 11 years ago

Mickael-van-der-Beek commented 11 years ago

I'm having troubles building a sample application that uses jam.

I wanted to create a buildscript for the sample Backbone.js that is generate by the Grunt-BBB (Backbone.js Boilerplate Buddy) utility.

The client-side dependencies for Grunt-BBB are loaded and managed by this project, Jam.

You can find all the information on this question I asked on Stackoverflow:

http://stackoverflow.com/questions/17888864/require-js-build-not-concatenation-scripts-loaded-with-jam#17890416

I realise that this repository's issues aren't supposed to be about other problems other than bugs and enhancements that are internal to Jam but I thought that since I couln't find any help on this I would ask here.

The stack I use is relatively classic (see StackOverflow post) so if I could find an answer it could also help other people that use Jam for the same purposes.

Thank you in advance !