diff --git a/hbs.js b/hbs.js index ea6ef6c..821a508 100755 --- a/hbs.js +++ b/hbs.js @@ -11,7 +11,7 @@ define: false, process: false, window: false */ define([ //>>excludeStart('excludeHbs', pragmas.excludeHbs) -'handlebars', 'underscore', 'i18nprecompile', 'json2' +'./handlebars', './hbs/underscore', './hbs/i18nprecompile', './hbs/json2' //>>excludeEnd('excludeHbs') ], function ( //>>excludeStart('excludeHbs', pragmas.excludeHbs) diff --git a/hbs/i18nprecompile.js b/hbs/i18nprecompile.js index c8fd303..354f18f 100755 --- a/hbs/i18nprecompile.js +++ b/hbs/i18nprecompile.js @@ -1,5 +1,5 @@ //>>excludeStart('excludeAfterBuild', pragmas.excludeAfterBuild) -define(['handlebars', "underscore"], function ( Handlebars, _ ) { +define(['../handlebars', "./underscore"], function ( Handlebars, _ ) { function replaceLocaleStrings ( ast, mapping, options ) { options = options || {}; diff --git a/package.json b/package.json index 1a135be..5761106 100755 --- a/package.json +++ b/package.json @@ -14,5 +14,8 @@ "dependencies": { "Handlebars": "https://raw.github.com/SlexAxton/require-handlebars-plugin/master/Handlebars.js" } + }, + "jam": { + "name": "hbs" } }