Commit 666c2195 authored by Sindre Sorhus's avatar Sindre Sorhus

backbone-requirejs - fix path in RJS config - fixes #1186

parent b645ffeb
......@@ -25,7 +25,7 @@ require.config({
jquery: '../node_modules/jquery/dist/jquery',
underscore: '../node_modules/underscore/underscore',
backbone: '../node_modules/backbone/backbone',
backboneLocalstorage: '../node_modules/backbone.localStorage/backbone.localStorage',
backboneLocalstorage: '../node_modules/backbone.localstorage/backbone.localStorage',
text: '../node_modules/requirejs-text/text'
}
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment