caolan / jam

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

add a --no-requirejs option or something to the compile command #144

Open ryanramage opened 11 years ago

ryanramage commented 11 years ago

Based on discussion with @caolan . Would be nice to have option to not bundle the require preamble into the jam compile.

see: https://github.com/caolan/jam/blob/master/lib/commands/compile.js#L182-L199 and https://github.com/caolan/jam/blob/master/lib/commands/compile.js#L219