You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ja...@googlegroups.com
Hi all,
I run 'jam install' in my app folder which contains the following package.json file:
{
"name" :"Project",
"jam": {
"packageDir": "app/scripts/vendor",
"baseUrl": "app",
"dependencies": {
"backbone" : null
}
}
}
All the files and folders are generated including require.config.js which contains errors (notice %5C instead of the '/' in picture below). This means that I get a 404 whenever I try to require backbone as the urls are wrong: http://sandbox.local/project/app/scripts%5Cvendor/jquery/jquery.js.
I'm new to jam so I was running through a nettuts tutorial to learn it but got this error so now I'm stuck! Any help much appreciated.