Skip to content

Commit

Permalink
Updating references
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Oct 15, 2012
1 parent fae3fd3 commit b9cd18b
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -8,4 +8,6 @@ html/
.idea
selenium.log
packages/*
tmp/*
tmp/*
node_modules
npm-debug.log
2 changes: 1 addition & 1 deletion can
Submodule can updated from cded63 to 033019
2 changes: 1 addition & 1 deletion canui
Submodule canui updated from 545190 to 06caef
2 changes: 1 addition & 1 deletion documentjs
Submodule documentjs updated from b26981 to 3b0cdd
2 changes: 1 addition & 1 deletion funcunit
Submodule funcunit updated from 6a2099 to bce045
2 changes: 1 addition & 1 deletion jquery
Submodule jquery updated from 248d74 to dd0bbc
2 changes: 1 addition & 1 deletion site/docs.html
Expand Up @@ -56,7 +56,7 @@
mxui : 'https://github.com/jupiterjs/mxui'
};
DOCS_LOCATION = "docs/" //adds searchData to this
JMVCDOC_TIMESTAMP = 1343891482154;
JMVCDOC_TIMESTAMP = 1349721952108;
COMMENTS_LOCATION = 'http://jmvcs3.disqus.com/embed.js';
steal = {
loaded: ['documentjs/jmvcdoc/production.css']
Expand Down
2 changes: 1 addition & 1 deletion steal
Submodule steal updated from 5d469a to 8a51dc
7 changes: 4 additions & 3 deletions stealconfig.js
@@ -1,12 +1,13 @@
steal.config({
map: {
"*": {
'jquery/jquery.js' : "jquery",
"can/util/util.js": "can/util/jquery/jquery.js"
"jquery/jquery.js" : "jquery",
"can/util/util.js": "can/util/jquery/jquery.js",
"stuff/views/" : "tmp/views/"
}
},
paths: {
"jquery": "can/util/jquery/jquery.1.7.1.js"
"jquery": "can/util/jquery/jquery.1.8.1.js"
},
ext: {
js: "js",
Expand Down

0 comments on commit b9cd18b

Please sign in to comment.